Iron Golem - 1.18.30.4
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Iron Golem entity last updated in Minecraft Version 1.18.10What's Changed:
Changes since stable release 1.18.0.2
Behavior Packs- New Value:
"format_version": "1.18.10"
Previous Value:"format_version": "1.13.0"
- New Value:
"minecraft:interact": {
"interactions": [
{
"on_interact": {
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "has_equipment",
"domain": "hand",
"subject": "other",
"value": "iron_ingot"
},
{
"test": "is_missing_health",
"value": true
}
]
}
},
"use_item": true,
"health_amount": 25,
"play_sounds": "irongolem.repair",
"interact_text": "action.interact.repair"
}
]
}
- Previous Value:
"animations": {
"walk": "animation.iron_golem.walk",
"move": "animation.iron_golem.move",
"walk_to_target": "animation.iron_golem.walk_to_target",
"move_to_target": "animation.iron_golem.move_to_target",
"attack": "animation.iron_golem.attack",
"flower": "animation.iron_golem.flower",
"look_at_target": "animation.common.look_at_target",
"move_controller": "controller.animation.iron_golem.move",
"arm_controller": "controller.animation.iron_golem.arm_movement"
} - Previous Value:
"geometry": {
"default": "geometry.irongolem"
} - Previous Value:
"materials": {
"default": "iron_golem"
} - New Value:
"render_controllers": [
"controller.render.iron_golem",
"controller.render.iron_golem_cracks"
]Previous Value:"render_controllers": [
"controller.render.iron_golem"
] - Previous Value:
"scripts": {
"pre_animation": [
"variable.modified_tcos0 = Math.clamp(((Math.cos(query.modified_distance_moved * 13.5) * Math.min(query.modified_move_speed, 0.6) / variable.gliding_speed_value) * 25.0), -12.5, 12.5);"
],
"animate": [
"look_at_target",
"move_controller",
"arm_controller"
]
} - New Value:
"textures": {
"cracked_high": "textures/entity/iron_golem/cracked_high",
"cracked_med": "textures/entity/iron_golem/cracked_medium",
"cracked_low": "textures/entity/iron_golem/cracked_low",
"cracked_none": "textures/entity/iron_golem/cracked_none"
}Previous Value:"textures": {
"default": "textures/entity/iron_golem"
}
- Previous Value:
"controller.render.iron_golem": {
"geometry": "Geometry.default",
"materials": [
{
"*": "Material.default"
}
],
"textures": [
"Texture.default"
]
} - New Value:
"controller.render.iron_golem_cracks": {
"arrays": {
"textures": {
"Array.cracks": [
"Texture.cracked_high",
"Texture.cracked_med",
"Texture.cracked_low",
"Texture.cracked_none"
]
}
},
"geometry": "Geometry.default",
"textures": [
"Array.cracks[math.clamp(query.health / 25, 0, 3)]"
]
}
Changes since stable release 1.18.12.1
There have been no changes to this entity or its associated files since this previous version
Statistics:
Health
[100]
Loot / Barter Loot / Additional Drops
- Red Flower
- Iron Ingot
Attack Damage
- Default: 7 - 21
Families
- Default: Irongolem, Mob
Knockback Resistance
- Default: 1
Movement Speed
- Default: 0.25
Other Attributes
- Can be Renamed
- Can Climb
- Can Jump
- Has Collisions
- Has Gravity
- Leashable
- Pushable
- Pushable by Pistons
Associated Files:
Behavior File
- behavior_packs/vanilla_1.18.10/entities/iron_golem.json
Entity
- resource_packs/vanilla_1.18.10/entity/iron_golem.entity.json
Loot Tables
- behavior_packs/vanilla/loot_tables/entities/iron_golem.json
Render Controllers
- resource_packs/vanilla_1.18.10/render_controllers/iron_golem.render_controllers.json
Sounds
- resource_packs/vanilla/sounds/mob/irongolem/crack1.fsb
- resource_packs/vanilla/sounds/mob/irongolem/crack2.fsb
- resource_packs/vanilla/sounds/mob/irongolem/death.fsb
- resource_packs/vanilla/sounds/mob/irongolem/hit1.fsb
- resource_packs/vanilla/sounds/mob/irongolem/hit2.fsb
- resource_packs/vanilla/sounds/mob/irongolem/hit3.fsb
- resource_packs/vanilla/sounds/mob/irongolem/hit4.fsb
- resource_packs/vanilla/sounds/mob/irongolem/repair.fsb
- resource_packs/vanilla/sounds/mob/irongolem/throw.fsb
- resource_packs/vanilla/sounds/mob/irongolem/walk1.fsb
- resource_packs/vanilla/sounds/mob/irongolem/walk2.fsb
- resource_packs/vanilla/sounds/mob/irongolem/walk3.fsb
- resource_packs/vanilla/sounds/mob/irongolem/walk4.fsb
Textures
- resource_packs/vanilla_1.18.10/textures/entity/iron_golem/cracked_high.png
- resource_packs/vanilla_1.18.10/textures/entity/iron_golem/cracked_low.png
- resource_packs/vanilla_1.18.10/textures/entity/iron_golem/cracked_medium.png
- resource_packs/vanilla_1.18.10/textures/entity/iron_golem/cracked_none.png