-
Bug
-
Resolution: Incomplete
-
None
-
1.16.10
-
None
-
Unconfirmed
-
Multiple
The structure for creating an Iron Golem is bugged.
Along the X or Z axis, the block placements to normally summon an Iron Golem define as the following:
"o&o",
"###",
"o#o"
With the used symbols translating as the following:
"o": "minecraft:air"
"&": "minecraft:carved_pumpkin"
"#": "minecraft:iron_block"
Once this formation of blocks is made, with the carved pumpkin being placed last, the Iron Golem is summoned, removing the carved pumpkin and iron blocks used to create it.
Me and 2 of my family members have experienced the issue in which the block placements to create an Iron Golem is instead:
"o&o",
"###",
"o#o",
"o#o"
(Same symbol definitions.)
Other combinations do not seem to work, and when the above formation is created (carved pumpkin last, of course,) the Golem appears and removes the top 3 rows of blocks used to create it, leaving it standing on the bottom iron block.
Quite annoying if you are building a base and need protection.