Better Spawners
ModLicenseRef-All-Rights-Reserved

Better Spawners

Adds 2 Super Cute Beautiful Awesome Custom Spawners! UwU

45
Downloads
2
Followers
2 months ago
Updated
📦
2
Versions

📖About Better Spawners

Better Spawners Mod

Coder: @pichenka007gd
Artist: @LemonDemon47

Better Spawners is a technical Minecraft mod that adds two new types of smart spawner blocks. The mod operates entirely server-side and provides tools for creating advanced mob farms and boss arenas.

Main Blocks:

  • Spawner: Spawns up to 5 mobs every minute
  • Boss Spawner: Spawns 1 boss every hour (only activates when a player approaches)

Features:

  • Fully customizable spawn list using spawn eggs
  • Intelligent mob population management
  • Particle animations only activate when players are nearby
  • Server-optimized with no client performance impact
  • Unbreakable blocks (bedrock-level resistance)

Usage:

  1. Place a spawner block in the world
  2. Right-click with a spawn egg to add mobs to the spawn list
  3. Right-click with empty hand to view spawner information
  4. Shift+right-click to clear the mob list (creative mode only)

Obtain blocks via /give command:

/give @p selomolochnoe:spawner
/give @p selomolochnoe:boss_spawner

Code Mechanics

Spawning System:

  • Timers: Regular spawner - 60 seconds, Boss spawner - 3600 seconds
  • Activation Conditions: Boss spawner only works with players within 10 blocks
  • Animations: Particles appear only with players within 16 blocks
  • Configuration: Add mobs via spawn eggs, saved in NBT data

Mob Management:

  • Track spawned mobs via UUID
  • Automatic cleanup of dead mobs
  • Population limits (5 for regular, 1 for boss spawner)

Visual Effects:

  • Dynamic particles (enchantment, soul fire, witch)
  • Animations based on server time
  • Sound effects during spawning

For Server Administrators & Modpack Makers

Server Compatibility: Works entirely server-side, no client installation required

Technical Details:

  • Unbreakable blocks (3600000.0F hardness)
  • No loot table drops
  • Custom tile entities for each spawner type
  • Persistent NBT data storage
  • Automatic mob tracking and cleanup
  • Spawn Radius - 1 block (write to me for change)