Skip to content

Commit

Permalink
Update to BTA 7.3-pre1!
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSVK12 committed Dec 12, 2024
1 parent 00afbad commit 13c2b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ dependencies {
modRuntimeOnly "objects:client:43db9b498cb67058d2e12d394e6507722e71bb45" // https://piston-data.mojang.com/v1/objects/43db9b498cb67058d2e12d394e6507722e71bb45/client.jar
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

// Helper library
// If you do not need Halplibe you can comment this line out or delete this line
//implementation("turniplabs:halplibe:${project.halplibe_version}")

modImplementation("turniplabs:modmenu-bta:${project.mod_menu_version}")

implementation "org.slf4j:slf4j-api:1.8.0-beta4"
Expand Down
8 changes: 2 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ bta_channel=prerelease
# Loader
loader_version=0.15.6-bta.7

# Nightly builds are highly unstable, it is very likely that even these base mods might not work!
# Uncomment at your own risk.

# Other Mods
mod_menu_version=3.0.0
# halplibe_version=3.5.2
mod_menu_version=3.0.0

# Mod
mod_version=5.0.0-beta.2
mod_version=5.0.0
mod_group=turniplabs
mod_name=halplibe

0 comments on commit 13c2b9d

Please sign in to comment.