File Details
easy-spawner-control-1.21.9-1.0.4.jar
- R
- Jan 13, 2026
- 69.76 KB
- 13
- 1.21.9+1
- Fabric
File Name
easy-spawner-control-1.21.9-1.0.4.jar
Supported Versions
- 1.21.9-snapshot
- 1.21.9
Curse Maven Snippet
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.dropMobEgglets 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.cfgships with curated defaults so dangerous mobs start at 0% while passive mobs can stay generous. Entries overrideeggDrops.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
Valuesrecord 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.