Skip to content

Commit a84db96

Browse files
committed
Update to BTA! 8.0!
1 parent 9017ec8 commit a84db96

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ gradleJava = "21"
1414
##########################################################################
1515
# Mod Dependencies
1616
# Check this on https://downloads.betterthanadventure.net/bta-client/
17-
bta = "v8.0-pre2"
17+
bta = "v8.0"
1818
# Options are release, prerelease, nightly, and misc.
19-
btaChannel = "prerelease"
19+
btaChannel = "release"
2020
# Check this on https://maven.thesignalumproject.net/#/infrastructure/net/fabricmc/fabric-loader/
2121
loader = "0.18.4-bta.11"
2222
# Check this on https://github.com/Turnip-Labs/ModMenu/releases/latest/
2323
modMenu = "5.0.0"
2424
# Check this on https://github.com/Turnip-Labs/bta-halplibe/releases/latest/
25-
halplibe = "6.1.0-beta.6"
25+
halplibe = "6.1.1+8.0-pre3"
2626
# Check this on https://github.com/Better-than-Adventure/legacy-lwjgl3/releases/latest/
2727
legacyLwjgl = "1.0.6"
2828
##########################################################################

src/main/java/turing/tmb/client/RecipeTreePage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ public RecipeTreeIngredient getTreeRoot() {
239239

240240
public IconCoordinate drawIngredientBackground(RecipeIngredient ingredient) {
241241
if(ingredient == root.ingredient){
242-
return TextureRegistry.getTexture(Achievement.TYPE_SPECIAL.texture);
242+
return TextureRegistry.getTexture(Achievement.TYPE_SPECIAL.texture());
243243
}
244-
return TextureRegistry.getTexture(Achievement.TYPE_NORMAL.texture);
244+
return TextureRegistry.getTexture(Achievement.TYPE_NORMAL.texture());
245245
}
246246

247247
public int lineColorLocked(boolean isHovered) {

0 commit comments

Comments
 (0)