Cleaned up some shadow code
This commit is contained in:
+3
-3
@@ -77,10 +77,10 @@ include("common")
|
||||
// Enables or disables the subprojects depending on whats in the version.properties
|
||||
if (gradle.builds_for.contains("fabric"))
|
||||
include("fabric")
|
||||
//if (gradle.builds_for.contains("quilt"))
|
||||
// include("quilt") // Just put this here for once we need it ;)
|
||||
if (gradle.builds_for.contains("quilt"))
|
||||
include("quilt") // Just put this here for once we need it ;)
|
||||
//if (gradle.builds_for.contains("forge"))
|
||||
// include("forge")
|
||||
// include("forge") // FIXME: Find some time to fix forge
|
||||
|
||||
|
||||
rootProject.name = "DistantHorizons"
|
||||
|
||||
Reference in New Issue
Block a user