Skip to content

Commit

Permalink
Updated to BTA 7.3!
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSVK12 committed Jan 26, 2025
1 parent 667d8a0 commit 1ead82e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version = project.mod_version

loom {
noIntermediateMappings()
customMinecraftMetadata.set("https://github.com/Turnip-Labs/bta-manifest-repo/releases/download/v${project.bta_version}/${project.bta_version}.json")
customMinecraftMetadata.set("https://downloads.betterthanadventure.net/bta-client/${project.bta_channel}/v${project.bta_version}/manifest.json")
}

repositories {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
org.gradle.jvmargs=-Xmx2G

# BTA
bta_version=7.3-pre4
bta_channel=prerelease
bta_version=7.3
bta_channel=release

# Loader
loader_version=0.15.6-bta.7
Expand Down

0 comments on commit 1ead82e

Please sign in to comment.