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