Preferred Gamerules
Light-weight mod for changing the default values of gamerules.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Preferred Gamerules
Preferred Gamerules
A lightweight mod for customizing the default values of gamerules, i.e the values that are pre-selected when creating a new world.
Preferences are saved in `.minecraft/config/preferred-gamerules.properties`. Each gamerule name is prefixed with `gamerule.`.
Example for MC 1.21.11: ``` gamerule.minecraft:fire_damage=false gamerule.minecraft:keep_inventory=true ```
Example for older versions of Minecraft: ``` gamerule.fire_damage=false gamerule.keep_inventory=true ```
Preferences can also be edited in-game via ModMenu, if installed. In this case, only values that are different from vanilla's default will be written to the config.
Related Mods
**Gamerule Menu**
Makes the Gamerule menu accessible from singleplayer worlds
**Cloth Gamerules**
Cloth-Config replacement for the gamerules screen.