Added most of the core dependencies, fixed fabric runClient and disabled Forge for now

This commit is contained in:
coolGi
2023-01-29 14:49:29 +10:30
parent 76f3a3cfcb
commit 27a01d4da3
5 changed files with 38 additions and 13 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ project(":api").projectDir = file('coreSubProjects/api')
include("common")
include("fabric")
//include("quilt") // Just put this here for once we need it
include("forge")
//include("forge") // FIXME: Fix forge, its just annoying
rootProject.name = "DistantHorizons"