What is wrong with my mob spawner?

I built this 2 layer mob spawner trappy thing in the air. It's 24x24 but no mobs spawn inside :( No one falls down and I've opened it up several times to check; nothing inside either.

It's a standard thingy with 4 water flows, forcing mobs to the middle and drop down. As said I've opened it and nothing inside

It's dark, 100% sealed with stone.

enter image description here

enter image description here


If you are 24 meters away from the spawning floors (or at least a good portion of them), and standing on the surface of a normal world, your problem is most likely the world itself.

You see, the spawning algorithm just tries to shove mobs all over the place, shooting at absolutely random points in a great territory around you. Well, most of this territory can be ignored, as any hostile mob farther that 128 meters from you immediately despawns, but a 128 meter sphere (minus inner 24-meter cutoff) is still large.

So when you add a single dark room within that, but stand atop of sixty meters of cave-filled landmass, a chance for a mob to hit your room is proportional to your room compared to mass of caves, plus all surface at night.

The solution is to prevent outside spawning somehow. Lighting all the caves is doable, but a huge work, so the easiest way is to take to the skies. Build an orbital lift or something, and place your spawner somewhere at y=192, to be 128 meters from sea level. I prefer to build over an ocean, which allows me to build twenty-something meters lower and still not hit undersea caves.


  1. The spawning floor to be between 24 and 32 blocks from you, so that mobs do spawn, but keep moving (and falling into the water).

  2. Check your difficulty. No mobs spawning at all can only mean "peaceful".

  3. The advice to seal all caverns within 128 radius is technically correct but practically not very viable. The best method to have no mob-spawnable ground removed anywhere but at the spawner is to build stairs 128 blocks above sea surface (sea, so that you don't die when you fall. You will fall a lot.)

  4. This design of the spawner will not be efficient anymore. Monsters will avoid heavily damaging falls if they only can. It can be modified to work though: monsters can't plan ahead. Create a 2 or 3 blocks high, safe fall into running water, funnel the monsters to 1-wide corridor (all with water), and only then end it with a deadly drop. They don't foresee they won't be able to return and as they crowd in the 1-wide corridor, they will push each other to fall eventually.

  5. Build your own, and have pt. 1 in mind.

Just to give you some hints, here are my designs...

Derelict of "Box", a failed design similar to yours. 1-wide water channels with 1-wide water drops simply don't work. Monsters won't sink in a 1-wide hole. And besides it was built far too low. The efficiency was abysmal. I dismantled it for materials.

enter image description hereenter image description here

"Circus", a very efficient design when it comes to monster spawning. It's a hemisphere about 25 blocks radius with center above the "house", covered with a roof and with water channels funelling mobs to a drop trap from 8 gaps around the chamber. It would be a great design if it weren't made of soil. That way it requires constant maintenance as endermen make holes in the walls and the roof, letting light in and ruining the efficiency. Never make anything important out of soil. Cobblestone is better but not optimal too. Use Slabs. And plan for maintaining the insides. Circus is only maintainable by switching difficulty to Peaceful. Otherwise, the inside is a deadly trap, and a creeper blowing up the wall - a disaster. Why is it so patchy? Well, an endermen makes a hole, a creeper spots me and makes it much bigger, and the I seal the hole with whatever I have. Definitely, make your design out of enderproof material like slabs.

enter image description hereenter image description hereenter image description here

This is the Seaship/Mall. It's entirely made of slabs, making it Endermen-proof, and it was an excellent choice. I botched the spawning platforms layout, and not nearly as much surface is located 24-32 blocks away from the player, which makes it perform worse than Circus spawn-wise. But still, there are entrances that allow for monitoring the inside, a cut-off piston that stops monsters from going to the dead-drop (which makes expanding the design easy), a spider-harvesting attachment - spiders tend to clog the walkways if left unchecked, a music disk farm, and of course the XP farm.

enter image description hereenter image description hereenter image description here