Expanded Gamerules
This Minecraft mod significantly expands gameplay customization options by adding numerous new game rules. The project is designed to allow players to fine-tune their gaming experience more precisely, while also providing other mod developers with a convenient foundation for implementing their own custom rules.
Current Features
The mod currently includes the following new game rules:
disableTargetingPlayers- disables mobs' ability to attack playersdisableEndermanTeleport- blocks Enderman teleportationdisableShulkerTeleport- prevents Shulker teleportation
Planned Additions
Upcoming updates will introduce the following features:
- Disabling hunger system and saturation bar
- Preventing natural ice formation in cold biomes
- Protection against ice melting near light sources
- Immunity to damage from cacti and berry bushes
- No damage when using Ender Pearls
- Protection against suffocation in blocks
- Retaining armor and experience after death
- Indestructible Ender Eyes when thrown
- Instant food consumption and experience collection
- Preventing block destruction by Ghasts
- Disabling gravity for sand, gravel, and similar blocks
Frequently Asked Questions
Other modloader support: A Fabric port is currently planned. Support for other loaders is possible with sufficient community interest.
Minecraft versions: The mod is being developed for versions 1.16.5, 1.18.2, and 1.19+. Adding support for other versions is being considered.
New rule suggestions: You can propose new game rules through the Issues system on GitHub.
Support: Technical assistance is provided via GitHub Issues.
Use in modpacks: The mod can be freely used in modpacks.
For Developers
The mod provides a convenient GameruleRegistery system for registering custom game rules. You can add rules with unique identifiers and default values (boolean or integer). Complete documentation will be available on GitHub after the framework development is completed.
Acknowledgments
- The Forge team for creating the modding framework
- Lothrazar for inspiration from the More Powerful Game Rules mod