Skip to content

Commit

Permalink
Update to Minecraft 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
azurejelly committed Dec 30, 2024
1 parent e8f81d9 commit 57d17c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.2
fabric_version=0.102.1+1.21.1
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.4
loader_version=0.16.9
fabric_version=0.113.0+1.21.4

# Mod Properties
mod_version=1.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ protected void applyValue() {
}

@Override
protected void initTabNavigation() {
super.initTabNavigation();
protected void refreshWidgetPositions() {
super.refreshWidgetPositions();
body.position(width, layout);
}

Expand Down

0 comments on commit 57d17c0

Please sign in to comment.