Updated to BTA 7.1!

nightly
MartinSVK12 1 month ago
parent 91c8bd8d67
commit 046e2759d6

@ -85,7 +85,7 @@ dependencies {
// If you do not need Halplibe you can comment this line out or delete this line // If you do not need Halplibe you can comment this line out or delete this line
modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}" modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}"
modImplementation "ModMenu:ModMenu:2.0.4" modImplementation "ModMenu:ModMenu:${project.mod_menu_version}"
implementation "org.slf4j:slf4j-api:1.8.0-beta4" implementation "org.slf4j:slf4j-api:1.8.0-beta4"
implementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0" implementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0"

@ -1,13 +1,14 @@
org.gradle.jvmargs=-Xmx2G org.gradle.jvmargs=-Xmx2G
# BTA # BTA
bta_version=7.1-pre2a bta_version=7.1
# Loader # Loader & Mod Menu
loader_version=0.15.6-babric.4-bta loader_version=0.15.6-babric.4-bta
mod_menu_version=2.0.5
# HalpLibe # HalpLibe
halplibe_version=3.4.16 halplibe_version=3.5.2
# Mod # Mod
mod_version=1.0.0 mod_version=1.0.0

@ -36,7 +36,7 @@
], ],
"depends": { "depends": {
"minecraft": "~7.1-beta.2", "minecraft": "7.1",
"fabricloader": ">=0.15.5" "fabricloader": ">=0.15.5"
}, },
"suggests": { "suggests": {

Loading…
Cancel
Save