Skip to content

Commit

Permalink
Merge pull request #6 from haykam821/update-1.19.3
Browse files Browse the repository at this point in the history
Update mod to Minecraft 1.19.3
  • Loading branch information
haykam821 authored Jun 4, 2024
2 parents 5c4691e + 5848083 commit 0152092
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ mod_version = 1.2.0
org.gradle.jvmargs = -Xmx1G

# Versions
minecraft_version = 1.19.2
yarn_mappings = 1.19.2+build.28
minecraft_version = 1.19.3
yarn_mappings = 1.19.3+build.3
loader_version = 0.14.11
fabric_version = 0.69.0+1.19.2
fabric_version = 0.69.1+1.19.3

sgui_version = 1.1.5+1.19.1
server_translations_api_version = 1.4.18+1.19.2
sgui_version = 1.2.0+1.19.3
server_translations_api_version = 1.4.19+1.19.3
permissions_api_version = 0.2-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ private ElementUtil() {
}

protected static void playClickSound(ModViewerUi ui) {
ui.getPlayer().playSound(SoundEvents.UI_BUTTON_CLICK, SoundCategory.MASTER, 1, 1);
ui.getPlayer().playSound(SoundEvents.UI_BUTTON_CLICK.value(), SoundCategory.MASTER, 1, 1);
}

protected static void playSelectSound(ModViewerUi ui) {
Expand Down

0 comments on commit 0152092

Please sign in to comment.