Some general fixes

This commit is contained in:
coolGi
2023-08-05 16:53:41 +09:30
parent 7408187507
commit f8a0ce84de
2 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ project(":api").projectDir = file('coreSubProjects/api')
include("common")
// Enables or disables the subprojects depending on whats in the versionProperties/mcVer.properties
for (loader in ((String) gradle.builds_for).split(",")) {
include(loader)
include(loader.strip()) // Strip it in case a space is added before or after the comma
}
//if (gradle.builds_for.contains("fabric") || gradle.builds_for.contains("quilt"))
// include("fabricLike")