Update dependencies

main
azurelmao 1 year ago
parent 6c58d8a205
commit 28952e0ddd

@ -34,7 +34,7 @@ repositories {
ivy {
url = "https://github.com/Turnip-Labs"
patternLayout {
artifact "[organisation]/releases/download/v[revision]/[module].jar"
artifact "[organisation]/releases/download/v[revision]/[module]-[revision].jar"
m2compatible = true
}
metadataSources { artifact() }
@ -45,12 +45,12 @@ dependencies {
minecraft "bta-download-repo:bta:${project.bta_version}"
mappings loom.layered() {}
modRuntimeOnly files("libs/minecraft-client-base.jar") // only used to fix the Client run configuration
modRuntimeOnly files("libs/minecraft.jar") // only used to fix the Client run configuration
modImplementation "babric:fabric-loader:${project.loader_version}"
// Helper library
modImplementation "bta-mod-repo:halplibe:${project.halplibe_version}"
include "bta-mod-repo:halplibe:${project.halplibe_version}"
modImplementation "bta-halplibe:halplibe:${project.halplibe_version}"
include "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"

@ -11,7 +11,7 @@ mixin_version=0.11.4+mixin.0.8.5
loader_version=0.14.6-babric.1
# HalpLibe
halplibe_version=1.0.0
halplibe_version=1.0.1
# Mod
mod_version=1.0.1

Loading…
Cancel
Save