The Iron Golem is a rare mob that exclusively spawns in the Last Stand gamemode that replaces the Cave Golem. When they were first released, players can find them in survival, peaceful and creative too.
It cannot be spawned in survival normally, but there is an item which is called Caught Mob Cave_Golem Iron which is found within the games files. Use this code down below to get it.
api.giveItem(myId, "Caught Mob Cave_Golem Iron", 1)
It resembles a caught Iron golem in a Mob Catcher but when spawned turn back into a normal Cave Golem.
To actually spawn the Iron Golem, another code is required. ( Separate lines are needed )
let [x, y, z] = thisPos
api.attemptSpawnMob("Cave Golem", x, y, z, {name: "",playSoundOnSpawn: true,variation: "iron"})
*Note: Iron Golems spawned with this code have the same stats as Cave Golem
Appearance[]
This mob resembles a Cave Golem but is entirely white, with its eye made of iron rather than moonstone. It moves very slowly but is large and highly durable.
The Discovery[]
When the Last Stand update was released, some players reported accidentally spawning Iron Golems using Cave Golem Orbs. Initially, many believed this was a glitch, while others suspected it was an Easter egg mob. The following day, the mob’s texture was removed from general play, making it only rarely spawn in the Last Stand gamemode. The Iron Golem is the variation of the Cave Golem, but it’s a stronger and slower mob.
Gallery[]
Another Iron Golem captured
Mobs Drop[]
The Iron Golem drops items similar to those from Cave Golems and Frost Golems (Note: It was removed from the main world and can now only be rarely found in Last Stand. It was recently discovered to be able to spawned from code blocks).
| Navigation | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||











