Easy Spawner Control [Fabric]

Easy Spawner Control lets you right-click mob spawners with a crafted Spawner Key to instantly configure spawn speed, count, and behavior — no commands required.

File Details

easy-spawner-control-1.21.10-1.0.4.jar

  • R
  • Jan 13, 2026
  • 69.75 KB
  • 138
  • 1.21.10
  • Fabric

File Name

easy-spawner-control-1.21.10-1.0.4.jar

Supported Versions

  • 1.21.10

Curse Maven Snippet

Fabric

modImplementation "curse.maven:easy-spawner-control-1412460:7455635"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Easy Spawner Control 1.0.4

Highlights

  • Config-first everything – Every gameplay toggle (fragments, mining rules, menu gating, XP rewards, replacement blocks, egg behavior) now reads exclusively from run/serverconfig/easy-spawner-control-world.cfg, so datapack reloads and server packs stay in sync.
  • Cleaner world config layout – Introduced dotted groups (eggDrops.*spawnerMining.*fragmentDrops.*menu.*recipes.*) with backward-compatible parsing. Admins can scan related options without hunting through the file.
  • Spawner egg toggle – spawnerMining.dropMobEgg lets you decide whether a mined spawner ejects its stored egg. Tied to per-player egg cooldowns to stop mass farming.
  • Per-mob egg overrides – New easy-spawner-control-mob-eggs.cfg ships with curated defaults so dangerous mobs start at 0% while passive mobs can stay generous. Entries override eggDrops.defaultChance.
  • Expanded cooldown matrix – Min pickaxe tiers, Silk Touch requirement, menu key bypass/cooldown, fragment and egg cooldowns, replacement block, and XP payout are all wired to config values.

Fixes

  • Resolved config Values record mismatches that were blocking builds after the new toggles.
  • Logging helpers now echo the dotted key names you actually edit, so typos are easier to find.
  • Silk Touch spawner mining (and any case with spawnerMining.awardXp = 0) no longer spawns vanilla XP orbs—the override now runs on the server thread.