Перейти к содержимому
Mineforgian

Granular Gamerules

Breaks up some of the most overloaded Game Rules such as mobGriefing into individual features.

Загрузки
2K
Подписчики
23
Обновлён
6 мая 2025 г.
Лицензия
All-Rights-Reserved

Опубликован 20 сентября 2024 г.

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

A meme explaining the mod - various vanilla gamerules such as mobGriefing are split into multiple.

Grants you more control over the vanilla game rule system by:

  • Breaking up some of Minecraft's most overloaded game rules, such as mobGriefing, doMobSpawning or universalAnger, 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.properties to be changed via fake game rules, such as pvp or enableCommandBlock.

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.

Full list of rules
  • 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.properties psuedo-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:

  • pvp
  • allowFlight
  • enableCommandBlock
  • maxPlayers
  • spawnProtection
  • viewDistance
  • simulationDistance
  • entityBroadcastRangePercentage

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.

Ченджлог

1.2.0+1.21.1Бета1.21, 1.21.1 · 6 мая 2025 г.

Previous: v1.1.0+1.21.1

Bundled:

  • JackFredLib: 0.10.6+1.21.1
  • Mixin Extras: 0.5.0-beta.5

Full changelog: https://github.com/JackFred2/GranularGamerules/compare/v1.1.0+1.21.1...v1.2.0+1.21.1

  • [feat] fluid conversion biome checking
1.2.0+1.21.5Релиз1.21.5 · 6 мая 2025 г.

Previous: v1.1.1+1.21.5

Bundled:

  • JackFredLib: 0.10.7+1.21.5
  • Mixin Extras: 0.5.0-beta.5

Full changelog: https://github.com/JackFred2/GranularGamerules/compare/v1.1.1+1.21.5...v1.2.0+1.21.5

  • [feat] fluid conversion biome checking
1.1.1+1.21.5Релиз1.21.5 · 28 марта 2025 г.

Previous: v1.1.0+1.21.4

Bundled:

  • JackFredLib: 0.10.7+1.21.5
  • Mixin Extras: 0.5.0-beta.5

Full changelog: https://github.com/JackFred2/GranularGamerules/compare/v1.1.0+1.21.4...v1.1.1+1.21.5

  • [feat] force enable creaking heart rule
  • [update] make 1.21.5 work
  • [update] 1.21.5
1.1.1+1.21.4Релиз1.21.4 · 28 марта 2025 г.

Previous: v1.1.0+1.21.4

Bundled:

  • JackFredLib: 0.10.6+1.21.4
  • Mixin Extras: 0.5.0-beta.5

Full changelog: https://github.com/JackFred2/GranularGamerules/compare/v1.1.0+1.21.4...v1.1.1+1.21.4

  • [feat] force enable creaking heart rule
1.1.0+1.21.1Бета1.21, 1.21.1 · 20 февраля 2025 г.

Previous: v1.0.1+1.21.1

Bundled:

  • JackFredLib: 0.10.6+1.21.1
  • Mixin Extras: 0.5.0-beta.5

Full changelog: https://github.com/JackFred2/GranularGamerules/compare/v1.0.1+1.21.1...v1.1.0+1.21.1

  • [fix] log spam on changing gamerule
  • [docs] update readme
  • [feat] tick rules for crops, copper blocks, saplings and grass/mycelium
  • [change] update fabric.mod.json links
  • [feat] extra tick rules for e.g. leaves
1.1.0+1.21.4Бета1.21.4 · 20 февраля 2025 г.

Previous: v1.0.1+1.21.4

Bundled:

  • JackFredLib: 0.10.6+1.21.4
  • Mixin Extras: 0.5.0-beta.5

Full changelog: https://github.com/JackFred2/GranularGamerules/compare/v1.0.1+1.21.4...v1.1.0+1.21.4

  • [fix] command registering issue
  • [fix] log spam on changing gamerule
  • [docs] update readme
  • [change] update fabric.mod.json links
  • [feat] tick rules for crops, copper blocks, saplings and grass/mycelium
  • [feat] extra tick rules for e.g. leaves
  • [docs] update readme
1.0.1+1.21.4Бета1.21.4 · 17 февраля 2025 г.

Previous: v1.0.0+1.21.2

Bundled:

  • JackFredLib: 0.10.6+1.21.4
  • Mixin Extras: 0.5.0-beta.5

Full changelog: https://github.com/JackFred2/GranularGamerules/compare/v1.0.0+1.21.2...v1.0.1+1.21.4

  • [feat] player trampling farmland rule
  • [update] 1.21.4
  • [docs] update readme
1.0.1+1.21.1Бета1.21, 1.21.1 · 17 февраля 2025 г.

Previous: v1.0.0+1.21.1

Bundled:

  • JackFredLib: 0.10.6+1.21.1
  • Mixin Extras: 0.5.0-beta.5

Full changelog: https://github.com/JackFred2/GranularGamerules/compare/v1.0.0+1.21.1...v1.0.1+1.21.1

  • [feat] player trampling farmland rule
  • [update] deps
  • [docs] update readme

Комментарии

Загружаем…