Minecraft – Skeleton Mob Spawners

minecraft-java-edition

I'm currently making an XP farm for my world and I want to know out of curiosity, how long does the mob spawner take to spawn a group mobs?

Best Answer

Monster Spawners that you find in dungeons will spawn up to 4 mobs per 25 seconds (on average):

The block will attempt to spawn 4 mobs at randomly chosen points within the spawning area, then wait anywhere from 200 to 799 ticks (10 to 39.95 seconds) before spawning again. As it waits, the mob inside the block will spin faster and faster.

For maximal spawning you need to ensure that:

  • the light level is 7 or lower in an 8x8x3 area centred on the bottom NW corner of the spawner
  • mobs are ferried quickly outside of the 17x17x9 detection zone so that it doesn't get "full"

You also must be standing withing 16 blocks of the spawner for it to function at all. These are the major constraints on mob spawner–based grinders.