Skip to content

Commit

Permalink
Updated to BTA 7.1_01!
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSVK12 committed Apr 26, 2024
1 parent 8065f44 commit 91e05e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
org.gradle.jvmargs=-Xmx2G

# BTA
bta_version=7.1
bta_version=7.1_01

# Loader & Mod Menu
loader_version=0.15.6-babric.4-bta
loader_version=0.15.6-babric.5-bta
mod_menu_version=2.0.5

# HalpLibe
halplibe_version=3.5.2
halplibe_version=3.5.4

# Fabric Language Kotlin
flk_version=1.9.4
Expand Down
4 changes: 4 additions & 0 deletions src/main/kotlin/turniplabs/examplemod/ExampleMod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ object ExampleMod: ModInitializer, GameStartEntrypoint, RecipeEntrypoint {

}

override fun initNamespaces() {

}

}
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
],

"depends": {
"minecraft": "7.1",
"minecraft": "~7.1",
"fabricloader": ">=0.15.5",
"fabric-language-kotlin": "*"
},
Expand Down

0 comments on commit 91e05e3

Please sign in to comment.