Bump Halplibe and Loom version

1.7.6.2_02
pkstDev 2 years ago
parent 11b5f4a564
commit efe54371ab

@ -1,5 +1,5 @@
plugins {
id 'babric-loom' version '0.12-SNAPSHOT'
id 'babric-loom' version '1.1.+'
id 'java'
}
@ -57,11 +57,11 @@ dependencies {
modImplementation "babric:fabric-loader:${project.loader_version}"
// Helper library
// If you do not need Halplibe you can comment this line out or delete this line
modImplementation "bta-halplibe:halplibe:${project.halplibe_version}"
modImplementation "org.slf4j:slf4j-api:1.8.0-beta4"
modImplementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0"
}
java {

@ -3,15 +3,11 @@ org.gradle.jvmargs=-Xmx2G
# BTA
bta_version=1.7.6.2_02
# Loader Dependencies
asm_version=9.3
mixin_version=0.11.4+mixin.0.8.5
# Loader
loader_version=0.14.6-babric.1
loader_version=0.14.19-babric.1
# HalpLibe
halplibe_version=1.0.9
halplibe_version=1.1.4
# Mod
mod_version=1.0.0

Loading…
Cancel
Save