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 16, 2024
1 parent 6f8622d commit 5add05a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public static void open(GameSpace space, SurvivalGamesMap map, SurvivalGamesConf
game.setRule(GameRuleType.BLOCK_DROPS, ActionResult.PASS);
game.setRule(GameRuleType.FALL_DAMAGE, ActionResult.PASS);
game.setRule(GameRuleType.HUNGER, ActionResult.FAIL);
game.setRule(GameRuleType.SATURATED_REGENERATION, ActionResult.FAIL);
game.setRule(GameRuleType.UNSTABLE_TNT, ActionResult.PASS);
game.setRule(GameRuleType.THROW_ITEMS, ActionResult.SUCCESS);
game.setRule(SurvivalGames.DISABLE_SPAWNERS, ActionResult.SUCCESS);
Expand Down

0 comments on commit 5add05a

Please sign in to comment.