mirror of
https://github.com/cabaletta/baritone
synced 2024-12-17 20:55:09 +00:00
add frog
This commit is contained in:
parent
eb28298983
commit
b389b573e5
@ -1,9 +1,11 @@
|
||||
org.gradle.jvmargs=-Xmx4G
|
||||
|
||||
available_loaders=fabric,forge,tweaker
|
||||
|
||||
mod_version=1.9.3
|
||||
maven_group=baritone
|
||||
archives_base_name=baritone
|
||||
|
||||
minecraft_version=1.20
|
||||
#forge_version=1.19.4-45.0.43
|
||||
forge_version=1.20-46.0.2
|
||||
fabric_version=0.14.18
|
||||
|
@ -42,10 +42,6 @@ pluginManagement {
|
||||
rootProject.name = 'baritone'
|
||||
|
||||
include("tweaker")
|
||||
if (System.getProperty("Baritone.enabled_platforms") == null) {
|
||||
// System.setProperty("Baritone.enabled_platforms", "fabric,forge")
|
||||
System.setProperty("Baritone.enabled_platforms", "fabric")
|
||||
}
|
||||
for (platform in System.getProperty("Baritone.enabled_platforms").split(",")) {
|
||||
for (platform in available_loaders.split(",")) {
|
||||
include(platform)
|
||||
}
|
||||
|
@ -47,7 +47,6 @@ dependencies {
|
||||
implementation "org.ow2.asm:asm-util:9.3"
|
||||
implementation "org.ow2.asm:asm-analysis:9.3"
|
||||
|
||||
|
||||
implementation 'com.github.ImpactDevelopment:SimpleTweaker:1.2'
|
||||
implementation('net.minecraft:launchwrapper:of-2.3') {
|
||||
exclude module: 'lwjgl'
|
||||
|
Loading…
Reference in New Issue
Block a user