ModMIT
Configurable Spawners Plus
Configure mob spawner properties like spawn delay, count, range, and more via a simple JSON config.
25
Downloads
0
Followers
2 months ago
Updated
📦
12
Versions
📖About Configurable Spawners Plus
Configurable Spawners Plus
Take full control of mob spawner behavior with a simple JSON config. Perfect for server admins and modpack makers who want to fine-tune spawner mechanics without datapacks or command blocks.
⚙️ Config Options
All settings live in config/configurable-spawners-plus.json (auto-generated on first run):
| Setting | Default | Description |
|---|---|---|
spawn_delay_min |
200 | Minimum ticks between spawns |
spawn_delay_max |
800 | Maximum ticks between spawns |
spawn_count |
4 | Number of mobs per spawn attempt |
spawn_range |
4 | Block radius for mob placement |
max_nearby_entities |
6 | Max entities before spawner pauses |
required_player_range |
16 | How close a player must be to activate |
📦 Installation
- Drop the jar into your
mods/folder - Requires Fabric API
- Launch once to generate the config
- Edit the JSON to your liking
- Restart to apply
💡 Use Cases
- Mob farms: Decrease spawn delay and increase spawn count for faster farms
- Survival balance: Tweak player range so spawners activate from further away
- Disable spawners: Set spawn count to 0 without breaking the block
- Server performance: Tune max nearby entities to reduce lag
🔧 Technical Details
- Works in singleplayer and on dedicated servers
- Server-side — clients don't need the mod to join
- Lightweight, no dependencies beyond Fabric API
- Supports Minecraft 1.21 through 1.21.11