Skip to content

Commit

Permalink
7.1 updating
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSVK12 committed Dec 15, 2023
1 parent d5ee2c8 commit a4a2efb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@ repositories {
}
metadataSources { artifact() }
}
ivy {
url = "https://github.com/Turnip-Labs"
patternLayout {
artifact "[organisation]/releases/download/[revision]/[module]-[revision].jar"
m2compatible = true
}
metadataSources { artifact() }
}
ivy {
url = "https://github.com/Turnip-Labs"
patternLayout {
artifact "[organisation]/releases/download/[revision]/[module]-bta-[revision].jar"
m2compatible = true
}
metadataSources { artifact() }
}
ivy {
url = "https://piston-data.mojang.com"
patternLayout {
Expand All @@ -69,7 +85,7 @@ dependencies {
modImplementation "fabric-loader:fabric-loader:${project.loader_version}"

// Helper library for translations
modImplementation files("lib/halplibe-${halplibe_version}.jar")
//modImplementation "bta-halplibe:halplibe:${project.halplibe_version}"

implementation "org.slf4j:slf4j-api:1.8.0-beta4"
implementation "org.apache.logging.log4j:log4j-slf4j18-impl:2.16.0"
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
org.gradle.jvmargs=-Xmx2G
org.gradle.daemon=false

mod_version=2.0.3-7.1
mod_version=2.0.3
mod_group=io.github.turniplabs
mod_name=modmenu-bta

bta_version=1.7.7.1
bta_version=7.1-pre1
loader_version=0.14.19-babric.1-bta
halplibe_version=3.0.4
halplibe_version=2.8.0

0 comments on commit a4a2efb

Please sign in to comment.