Skip to content

Commit

Permalink
Disable saturated regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
haykam821 authored and Gegy committed Jun 8, 2023
1 parent 270a2a5 commit 7c64cd4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ public static void open(GameSpace gameSpace, ServerWorld world, FfMap map, FfCon
game.setRule(GameRuleType.FALL_DAMAGE, ActionResult.SUCCESS);
game.setRule(GameRuleType.BLOCK_DROPS, ActionResult.FAIL);
game.setRule(GameRuleType.HUNGER, ActionResult.FAIL);
game.setRule(GameRuleType.SATURATED_REGENERATION, ActionResult.FAIL);
game.setRule(GameRuleType.THROW_ITEMS, ActionResult.FAIL);

TeamChat.addTo(game, teamManager);
Expand Down

0 comments on commit 7c64cd4

Please sign in to comment.