File Details
Rule Control 1.8.0
- R
- Jul 14, 2023
- 1.32 MB
- 29
- 1.19.4+1
- Forge
File Name
rule_control_1.8.0_forge_1.19.4.jar
Supported Versions
- 1.19.4-Snapshot
- 1.19.4
Curse Maven Snippet
Mod Version 1.8.0 (Forge 45.1.0):
- 1.19.4
- Released version for Minecraft 1.19.4.
- Added gamerules:
- 'doVinesSpread' in the 'Block gamerules' category.
- 'snowAccumulationHeight' in the 'Block gamerules' category.
- 'waterSourceConversion' in the 'Block gamerules' category.
- 'lavaSourceConversion' in the 'Block gamerules' category.
- 'globalSoundEvents' in the 'Technical gamerules' category.
- 'blockExplosionDecay' in the 'Technical gamerules' category.
- 'mobExplosionDecay' in the 'Technical gamerules' category.
- 'tntExplosionDecay' in the 'Technical gamerules' category.
- 'commandModificationBlockLimit' in the 'Technical gamerules' category.
- Added tooltips to the categories if they're not the selected one for more visual feedback.
- Expanded the restore all function with the new gamerules.
- Added a 4th page to the 'Technical gamerules' category to accomodate with the new gamerules.
- Alongside its own restore page.
- Restore pages of both the 'Block gamerules' and 'Technical gamerules' categories have been updated accordingly.
- Changed the text input field validation to be on a minimum of -2147483648 and a maximum of 2147483647.
- As this is the mathematical limit of a 32-bit integer, Minecraft will not process anything above if submitted.
So this validation only servs as a guard from now on.
- Some backend improvements.
- Fixed a visual inaccuracy in the text from gamerule 'doImmediateRespawn'.
- Fixed a restore issue where 'doTraderSpawning' wasn't set on true.