Added "DisableRandomTick" config option. authored by MarcatoSound's avatar MarcatoSound
...@@ -122,6 +122,8 @@ Rules: ...@@ -122,6 +122,8 @@ Rules:
AllowEnderpearl: false AllowEnderpearl: false
AllowChorusFruit: false AllowChorusFruit: false
AllowBucket: false AllowBucket: false
# Effectively sets RandomTickSpeed to 0 inside the dungeon, preventing blocks from spreading, plants from growing, ice from melting, etc.
DisableRandomTick: true
PreventPlantGrowth: true PreventPlantGrowth: true
PreventExplosionBlockDamage: false PreventExplosionBlockDamage: false
PvP: false PvP: false
... ...
......