froge support
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user