
ExtraGamerules - Extended Game Rules
This mod significantly expands Minecraft gameplay customization options by adding numerous new game rules for fine-tuning your gaming experience.
New Game Rules
The mod introduces the following additional rules that can be configured via the /gamerule command:
lightningProbability - /gamerule lightningProbability <integer>
Determines the probability of lightning strikes during rain. The value means 1 chance out of the specified number. Setting to 0 or lower completely disables lightning. (default: 100000)
lightningFire - /gamerule lightningFire <boolean>
Enables or disables fire caused by lightning strikes. (default: true)
lightningDamage - /gamerule lightningDamage <float>
Adjusts the damage dealt by lightning. (default: 5.0)
lightningRange - /gamerule lightningRange <double>
Determines the radius within which creatures take damage from lightning. (default: 3.0)
lightningHorseSpawningModifier - /gamerule lightningHorseSpawningModifier <double>
Regulates the frequency of horse trap spawns from lightning. (default: 0.01)
doInsomnia - /gamerule doInsomnia <boolean>
Enables or disables phantom spawning. (default: true)
tntExplodes - /gamerule tntExplodes <boolean>
Determines whether TNT will explode. (default: true)
explosionPowerModifier - /gamerule explosionPowerModifier <float>
Modifier for the power of all explosions, multiplied by the original explosion power. (default: 1.0)
doSnowMelt - /gamerule doSnowMelt <boolean>
Enables or disables snow and ice melting. (default: true)
pistonPushLimit - /gamerule pistonPushLimit <integer>
Sets the maximum number of blocks that pistons can move. (default: 12)
doHunger - /gamerule doHunger <boolean>
Enables or disables hunger bar depletion in survival mode. (default: true)
instantRespawn - /gamerule instantRespawn <boolean>
When enabled, players are immediately teleported to their respawn point without showing the death screen. (default: false)
Important Information
To reset a numerical game rule to its default value, set a negative value.
For server operation, clients do not need to install this mod.
The mod is developed exclusively for Fabric and will not be ported to Forge.