Skip to content

Commit

Permalink
Updated to BTA 7.1-pre2a!
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSVK12 committed Mar 23, 2024
1 parent 00c7944 commit 65a6410
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
// If you do not need Halplibe you can comment this line out or delete this line
modImplementation "bta-halplibe:halplibe:${project.halplibe_version}"

modImplementation "ModMenu:ModMenu:2.0.3"
modImplementation "ModMenu:ModMenu:2.0.4"

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

# BTA
bta_version=7.1-pre1a
bta_version=7.1-pre2a

# Loader
loader_version=0.15.6-babric.4-bta

# HalpLibe
halplibe_version=3.4.13
halplibe_version=3.4.15

# Fabric Language Kotlin
flk_version=1.9.4
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@
],

"depends": {
"fabricloader": ">=0.14.7",
"minecraft": "~7.1-beta.2",
"fabricloader": ">=0.15.5",
"fabric-language-kotlin": "*"
},
"suggests": {
}
}
}

0 comments on commit 65a6410

Please sign in to comment.