-
Bug
-
Resolution: Fixed
-
Minecraft 1.4.5, Minecraft 1.7.2, Minecraft 13w48a, Minecraft 13w48b, Minecraft 13w49a, Minecraft 1.7.3, Minecraft 1.7.4, Minecraft 1.8-pre3, Minecraft 1.8, Minecraft 1.8.9, Minecraft 1.9 Pre-Release 2, Minecraft 1.9 Pre-Release 4, Minecraft 1.9, Minecraft 1.9.4, Minecraft 1.10.2, Minecraft 16w33a, Minecraft 16w35a, Minecraft 16w40a, Minecraft 16w41a, Minecraft 1.12.2, Minecraft 1.13-pre1, Minecraft 1.13-pre6
-
Confirmed
The bug
Iron golems can spawn in blocks which are considered as not normal cube (normal cubes are: state.getMaterial().isOpaque() && state.isFullCube() && !state.canProvidePower()).
This makes them spawn in slabs, glass, farmland, grass path, ...
How to reproduce
- Create village with villagers
- Fill all air blocks at the village center with for example glass
- Wait for an iron golem to spawn
Code analysis
Based on 1.12.2 decompiled using MCP 9.40
The method net.minecraft.village.Village.isAreaClearAround(BlockPos, BlockPos) only considers a spawn location as invalid if the blocks at this position are net.minecraft.block.state.IBlockProperties.isNormalCube(), it should probably instead use logic similar to the one used in net.minecraft.world.WorldEntitySpawner.findChunksForSpawning(WorldServer, boolean, boolean, boolean).
- is cloned by
-
MC-148955 Iron golems can spawn inside of non-full blocks
- Resolved
- is duplicated by
-
MC-40992 Iron golems can spawn through slabs and glass
- Resolved
-
MC-42117 Iron golems spawn in blocks
- Resolved
-
MC-55312 Golems spawn in Glass
- Resolved
-
MC-67816 the Iron Golem appear through the glass
- Resolved
-
MC-69919 Iron golems spawning inside of glass
- Resolved
-
MC-96259 Mobs Spawning and teleporting into path blocks.
- Resolved
-
MC-97551 Irom golems spawn in solid block
- Resolved
-
MC-98150 Iron golems spawn even with heads in a glass.
- Resolved
-
MC-99969 Iron Golems spawns gliched in ground (Farm Land Block) in Villager breaders/farms
- Resolved
-
MC-101293 Iron golems spawning in path blocks
- Resolved
-
MC-101916 Iron Golem Dirt Path Spawn
- Resolved
-
MC-102602 Iron Golems spawn in the ground
- Resolved
-
MC-130306 The iron golen of the farm are spreading inside the soil
- Resolved
-
MC-130502 Iron Golem can be generated inside door
- Resolved
-
MC-131248 Iron Golem spawns a block too low.
- Resolved
-
MC-131263 Iron Golem Spawn on Glass
- Resolved
- relates to
-
MC-130270 Iron golem spawning inside blocks
- Resolved
-
MC-135128 Iron golems don't spawn inside of slabs
- Resolved