Minecraft – What conditions are needed for squid Monster Spawner block to work

minecraft-java-edition

I have a Monster Spawner block that has been set to spawn squids. How do I have to place it for it to spawn them?

Best Answer

A spawner will attempt to spawn mobs at random locations inside a cuboid with side lengths of 9 blocks in both horizontal directions and a height of 3 blocks.

Thank you to IQAndreas for this additional information:

Note that those "cuboid" restrictions can be changed with map editors such as MCEdit, allowing you to much more heavily customize where and with what properties squids will spawn.


For the mob to actually spawn, this randomly chosen location must meet certain criteria, otherwise no mob is spawned at this location.

The criteria for squids are:

  • The squid must not collide with other entities. It can, however, spawn inside a block.
  • The location must be in layer 46-62.

If there is at least one block inside that cuboid that meets these criteria, it is possible for squids to spawn.

Reference: Minecraftwiki article "Monster Spawner"