Configurable Mob Griefing
ModMIT

Configurable Mob Griefing

Per-mob control over griefing behavior. Toggle creeper explosions, enderman pickup, wither/ravager/dragon block breaking via config.

21
Downloads
0
Followers
2 months ago
Updated
📦
24
Versions

📖About Configurable Mob Griefing

Configurable Mob Griefing

A Fabric mod that gives you per-mob control over griefing behavior, replacing the all-or-nothing vanilla mobGriefing game rule.

Features

Individually toggle:

  • Creeper explosions - prevent block damage
  • Enderman block pickup - stop endermen moving blocks
  • Wither block breaking - prevent Wither destruction
  • Ravager block breaking - stop ravagers trampling
  • Ender Dragon block breaking - prevent dragon destruction

Why not just use the mobGriefing game rule?

The vanilla rule is all-or-nothing. Turning it off also breaks villager farming, snow golem trails, and other useful behaviors. This mod lets you surgically disable only the destructive ones.

Configuration

Config file configurable-mob-griefing.json in your config folder:

{
  "creeper_explosions": true,
  "enderman_block_pickup": true,
  "wither_block_breaking": true,
  "ravager_block_breaking": true,
  "ender_dragon_block_breaking": true
}

Installation

  1. Install Fabric Loader and Fabric API
  2. Drop the jar in your mods folder
  3. Launch the game

License

MIT