Cleaned up some shadow code

This commit is contained in:
coolGi
2023-02-28 16:54:43 +10:30
parent cdbfad060b
commit 4d195a6378
5 changed files with 55 additions and 72 deletions
+3 -3
View File
@@ -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"