Skip to content

Commit

Permalink
add DISASTERS to hide food
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrocontrollersDev authored Feb 2, 2025
1 parent ae53bd6 commit 8b430c4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ public class GuiIngameForgeMixin_HideHotbar {
if (gameMode.contains("CAPTURE")) {
break;
}
case PROTOTYPE:
if (!gameMode.contains("DISASTERS")) {
break;
}
case BEDWARS:
case MURDER_MYSTERY:
case HOUSING:
Expand Down

0 comments on commit 8b430c4

Please sign in to comment.