mojira.dev
MCPE-186579

Iron Golems do not spawn if the player is too far

Bug

If the player is not close enough to a village, no Iron Golem will spawn, even if the player is within the chunk of the village.

Unlike Java where loading the chunk is already enough for Iron Golems to spawn.

Steps to reproduce

  1. Open

[media]
  1. Wait at the platform high up in the sky, or use the command block to teleport to y=300

  2. Wait a couple of minutes for a Golem to spawn

  3. Use the command block at the top to double check if no golems are there

Expected Result

Iron Golems can spawn, even if the player is high up in the sky.

Observed Result

Iron Golems do not spawn, unless the player is close enough to the village.

Attachments

Comments 3

This isn't a bug. It's part of the mechanics.

The maximum distance the player can be from the village for iron golems to spawn can be calculated with this formula:

Horizontal = (8 * Simulation) + 32
Vertical = (8 * Simulation) + 12

ItsRichHeart

(Unassigned)

Confirmed

Multiple

1.21.40.21 Preview, 1.21.23 Hotfix

Retrieved