HomeJavaModsSpawn Rules
Spawn Rules

Spawn Rules

A server-side Fabric mod that lets you block specific mobs and animals from spawning. It cancels spawns early in the tick loop to save server performance.

Key features:


How to use the In-Game GUI (Click to expand)

Run the command /spawnrules config in-game (requires operator level 2).

  1. A menu will open showing all survival mobs in the game (including modded ones).
  2. Hovering over a mob shows if it is allowed or blocked in the Overworld, Nether, and End.
  3. Click any mob to toggle its spawn status for those dimensions.
  4. Changes save to disk and update in memory immediately.
Configuration File Example (Click to expand)

You can also edit the config file directly at config/spawnrules.json. Here is an example config that blocks zombies in the overworld:

{
  "dimensions": {
    "minecraft:overworld": {
      "blocked_types": [
        "minecraft:zombie"
      ],
      "blocked_categories": []
    }
  }
}
Commands (Click to expand)
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more