
Granular Gamerules
I don't know my version or loader

Archived
GG has been archived so I can stay focused on a smaller amount of mods for now. Given modern versions now have data-driven rules, and the ugliness of GG's client code it would make more sense to be a rewrite in the future.
🌍 Granular Gamerules

Grants you more control over the vanilla game rule system by:
- Breaking up some of Minecraft's most overloaded game rules, such as
mobGriefing,doMobSpawningoruniversalAnger, into deferrable sub-rules. - Adding smaller utility rules such as turning off thunder or removing underground players from the sleep vote.
- On dedicated servers, allowing some common properties in
server.propertiesto be changed via fake game rules, such aspvporenableCommandBlock.
These are all done in a way that doesn't break datapacks, mods or server plugins that change game rules, while letting you 'pin' features on or off.
There are 37 new sub-rules, 3 miscellaneous rules and 8 server.properties rules; for a full description of each see the Wiki.
- mobGriefing
- creaturesEatPlants
- creepersDestroyBlocks
- endermenMoveBlocks
- enderDragonDestroysBlocks
- evokersWololo
- ghastsDestroyBlocks
- itemsTakenByAllays
- itemsTakenByPiglins
- itemsTakenByOthers
- mobsCrushTurtleEggs
- mobsTrampleFarmland
- ravagersDestroyPlants
- silverfishEnterStone
- silverfishWakeFriends
- snowGolemsLeaveTrails
- withersDestroyBlocks
- zombiesBreakDoors
- doMobSpawning
- creature
- monster
- ambient
- waterCreature
- undergroundWaterCreature
- waterAmbient
- axolotl
- randomTickSpeed
- extraCopperTicks
- extraCropTicks
- extraFarmlandTicks
- extraLeafTicks
- extraSaplingTicks
- extraSpreadingTerrainTicks
- universalAnger
- bees
- endermen
- ironGolems
- llamas
- piglins
- wolves
- zombifiedPiglins
server.propertiespsuedo-gamerules- pvp
- allowFlight
- enableCommandBlock
- maxPlayers
- spawnProtection
- simulationDistance
- viewDistance
- entityBroadcastRangePercentage
- doWeatherCycle/enableThunder
- lavaSourceConversion/onlyInNetherBiomes
- playersSleepingPercentage/countUnderground
- playersTrampleFarmland
- waterSourceConversion/onlyInWetBiomes
🛌 New Miscellaneous Rules
Granular Gamerules adds a couple new rules you might find yourself wanting:
- Removing underground players from the sleep vote - no longer prevented from sleeping due to miners.
- Disabling thunder from the weather cycle.
- Stopping players from trampling farmland.
- Filtering water & lava source conversions by biome
These are disabled by default, and details are available on the wiki.
🖥️ Dedicated Server Rules
You may have setup a dedicated server and realised you forgot to change some settings in server.properties. Granular Gamerules lets you change several of these in-game via psuedo-gamerules:
pvpallowFlightenableCommandBlockmaxPlayersspawnProtectionviewDistancesimulationDistanceentityBroadcastRangePercentage
These are backed by the actual server.properties file, and will update the file on change.
👩👧👦 Sub-Rules (Datapack & Server Plugin backwards compatibility)
Granular Gamrules lets you change parts of gamerules when you need them. Other parts will follow the parent gamerule until they are changed.
For example, if you wanted to specifically stop creepers blowing up blocks, you'd use /gamerule mobGriefing/creepersDestroyBlocks false. Other mobGriefing sub-rules such as Zombies breaking doors, will follow the parent /gamerule mobGriefing until changed.
🛠️ Install & Requirements
Can work server-side only, in the case of dedicated servers.
Granular Gamerules requires Fabric API and YACL, and should be good to add or remove to an existing world.
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as granulargamerules-1.2.0+1.21.1.jar — drop this file into the mods folder
- Download size: 1.8 MB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.