froge support

This commit is contained in:
Wagyourtail
2022-06-08 02:28:22 -06:00
parent 606f9c55a8
commit f204fbb08e
5 changed files with 28 additions and 25 deletions

View File

@@ -42,7 +42,11 @@ pluginManagement {
rootProject.name = 'baritone'
include("fabric")
//include("forge")
include("common")
include("tweaker")
if (System.getProperty("Baritone.enabled_platforms") == null) {
System.setProperty("Baritone.enabled_platforms", "fabric,forge")
}
for (platform in System.getProperty("Baritone.enabled_platforms").split(",")) {
include(platform)
}