Configurable Spawners Plus
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

  1. Drop the jar into your mods/ folder
  2. Requires Fabric API
  3. Launch once to generate the config
  4. Edit the JSON to your liking
  5. 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