Iron Golem - 1.16.0.2
<<
back to
entity list
View
Entity Version History >>
Resource Packs
Last Updated
The Iron Golem entity last updated in Minecraft Version 1.15What's Changed:
Changes since stable release 1.14.60.5
Behavior Packs- New Value:
"minecraft:behavior.defend_village_target": {
"priority": 1,
"must_reach": true,
"attack_chance": 0.05,
"entity_types": {
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "mob"
},
{
"test": "is_family",
"subject": "other",
"value": "player"
}
]
}
}
}Previous Value:"minecraft:behavior.defend_village_target": {
"priority": 1
} - New Value:
"minecraft:balloonable": {
"mass": 2
}Previous Value:"minecraft:balloonable": []
- New Value:
"minecraft:behavior.melee_attack": {
"priority": 1,
"track_target": true
}Previous Value:"minecraft:behavior.melee_attack": {
"priority": 1,
"target_dist": 1,
"track_target": true
} - New Value:
"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 0.6,
"xz_dist": 16
}Previous Value:"minecraft:behavior.random_stroll": {
"priority": 6,
"speed_multiplier": 1,
"xz_dist": 16
}
- New Value:
"arm0": {
"rotation": [
"-variable.modified_tcos0 * 2.0",
0,
0
]
}Previous Value:"arm0": {
"rotation": [
"7.4 - ((1.5 * math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed * 23.75",
0,
0
]
} - New Value:
"body": {
"rotation": [
0,
0,
"variable.modified_tcos0 / 1.5"
]
}Previous Value:"body": {
"rotation": [
0,
0,
"2.0 * (math.abs(math.mod(query.modified_distance_moved + 6, 13.0) - 6.5) - 3.25)"
]
} - An entry was added into the animation.iron_golem.move_to_target subsection of the animations sectionNew Value:
"animation.iron_golem.move_to_target": {
"loop": true,
"bones": {
"arm0": {
"rotation": [
"((math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 2.25) * 30.0",
0,
0
]
},
"arm1": {
"rotation": [
"((math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 2.25) * -30.0",
0,
0
]
}
}
} - An entry was added into the animation.iron_golem.walk_to_target subsection of the animations sectionNew Value:
"animation.iron_golem.walk_to_target": {
"loop": true,
"bones": {
"body": {
"rotation": [
0,
0,
"2.0 * (math.abs(math.mod(query.modified_distance_moved + 6, 13.0) - 6.5) - 3.25)"
]
},
"head": {
"rotation": [
0,
0,
"2.0 * (math.abs(math.mod(query.modified_distance_moved + 6, 13.0) - 6.5) - 3.25)"
]
},
"leg0": {
"rotation": [
"(math.cos(query.modified_distance_moved * 38.17) * 40.0)",
0,
0
]
},
"leg1": {
"rotation": [
"(math.cos(query.modified_distance_moved * 38.17 + 180) * 40.0)",
0,
0
]
}
}
} - New Value:
"leg0": {
"rotation": [
"variable.modified_tcos0 * 6.0",
0,
0
]
}Previous Value:"leg0": {
"rotation": [
"(math.cos(query.modified_distance_moved * 38.17) * 40.0)",
0,
0
]
} - New Value:
"arm1": {
"rotation": [
"variable.modified_tcos0 * 2.0",
0,
0
]
}Previous Value:"arm1": {
"rotation": [
"7.4 - ((1.5 * math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * -query.modified_move_speed * 23.75",
0,
0
]
} - New Value:
"head": {
"rotation": [
0,
0,
"variable.modified_tcos0 / 1.5"
]
}Previous Value:"head": {
"rotation": [
0,
0,
"2.0 * (math.abs(math.mod(query.modified_distance_moved + 6, 13.0) - 6.5) - 3.25)"
]
} - New Value:
"leg1": {
"rotation": [
"-variable.modified_tcos0 * 6.0",
0,
0
]
}Previous Value:"leg1": {
"rotation": [
"(math.cos(query.modified_distance_moved * 38.17 + 180) * 40.0)",
0,
0
]
}
- New Value:
"flower": {
"animations": [
"flower"
],
"transitions": [
{
"attack": "variable.attack_animation_tick < 0.0"
},
{
"default": "variable.offer_flower_tick >= 0.0"
},
{
"has_target": "query.has_target"
}
]
}Previous Value:"flower": {
"animations": [
"flower"
],
"transitions": [
{
"attack": "variable.attack_animation_tick < 0.0"
},
{
"default": "variable.offer_flower_tick >= 0.0"
}
]
} - New Value:
"attack": {
"animations": [
"attack"
],
"transitions": [
{
"default": "!query.has_target && variable.attack_animation_tick >= 0.0"
},
{
"has_target": "query.has_target && variable.attack_animation_tick >= 0.0"
}
]
}Previous Value:"attack": {
"animations": [
"attack"
],
"transitions": [
{
"default": "variable.attack_animation_tick >= 0.0"
}
]
} - New Value:
"default": {
"animations": [
{
"walk": "query.modified_move_speed"
}
],
"transitions": [
{
"has_target": "query.has_target"
}
]
}Previous Value:"default": {
"animations": [
{
"walk": "query.modified_move_speed"
},
"look_at_target"
]
} - New Value:
"has_target": {
"animations": [
"move_to_target"
],
"transitions": [
{
"attack": "variable.attack_animation_tick < 0.0"
},
{
"default": "!query.has_target"
},
{
"flower": "variable.offer_flower_tick"
}
]
} - New Value:
"default": {
"animations": [
"move"
],
"transitions": [
{
"attack": "variable.attack_animation_tick < 0.0"
},
{
"flower": "variable.offer_flower_tick"
},
{
"has_target": "query.has_target"
}
]
}Previous Value:"default": {
"animations": [
"move"
],
"transitions": [
{
"attack": "variable.attack_animation_tick < 0.0"
},
{
"flower": "variable.offer_flower_tick"
}
]
} - New Value:
"has_target": {
"animations": [
{
"walk_to_target": "query.modified_move_speed"
}
],
"transitions": [
{
"default": "!query.has_target"
}
]
}
- New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
- Previous Value:
"animation_controllers": [
{
"move": "controller.animation.iron_golem.move"
},
{
"arm": "controller.animation.iron_golem.arm_movement"
}
] - New 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:"animations": {
"walk": "animation.iron_golem.walk",
"move": "animation.iron_golem.move",
"attack": "animation.iron_golem.attack",
"flower": "animation.iron_golem.flower",
"look_at_target": "animation.common.look_at_target"
} - New 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:
"geometry.elytra": {
"texturewidth": 64,
"textureheight": 32,
"bones": [
{
"name": "body",
"pivot": [
0,
24,
0
]
},
{
"name": "left_wing",
"pivot": [
0,
24,
0
],
"parent": "body",
"cubes": [
{
"origin": [
-10,
0,
0
],
"size": [
10,
20,
2
],
"uv": [
22,
0
]
}
]
},
{
"name": "right_wing",
"pivot": [
0,
24,
0
],
"parent": "body",
"mirror": true,
"cubes": [
{
"origin": [
0,
0,
0
],
"size": [
10,
20,
2
],
"uv": [
22,
0
]
}
]
}
]
} - New Value:
"bones": [
{
"name": "root",
"pivot": [
0,
0,
0
]
},
{
"name": "body",
"parent": "waist",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
16
]
}
]
},
{
"name": "waist",
"parent": "root",
"pivot": [
0,
12,
0
]
},
{
"name": "head",
"parent": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
0,
0
]
}
]
},
{
"name": "cape",
"pivot": [
0,
24,
3
],
"parent": "body"
},
{
"name": "hat",
"parent": "head",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
32,
0
],
"inflate": 0.5
}
]
},
{
"name": "leftArm",
"parent": "body",
"pivot": [
5,
22,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
32,
48
]
}
]
},
{
"name": "leftSleeve",
"parent": "leftArm",
"pivot": [
5,
22,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
48,
48
],
"inflate": 0.25
}
]
},
{
"name": "leftItem",
"pivot": [
6,
15,
1
],
"parent": "leftArm"
},
{
"name": "rightArm",
"parent": "body",
"pivot": [
-5,
22,
0
],
"cubes": [
{
"origin": [
-8,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
16
]
}
]
},
{
"name": "rightSleeve",
"parent": "rightArm",
"pivot": [
-5,
22,
0
],
"cubes": [
{
"origin": [
-8,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
32
],
"inflate": 0.25
}
]
},
{
"name": "rightItem",
"pivot": [
-6,
15,
1
],
"locators": {
"lead_hold": [
-6,
15,
1
]
},
"parent": "rightArm"
},
{
"name": "leftLeg",
"parent": "root",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
16,
48
]
}
]
},
{
"name": "leftPants",
"parent": "leftLeg",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
48
],
"inflate": 0.25
}
]
},
{
"name": "rightLeg",
"parent": "root",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
16
]
}
]
},
{
"name": "rightPants",
"parent": "rightLeg",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
32
],
"inflate": 0.25
}
]
},
{
"name": "jacket",
"parent": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
32
],
"inflate": 0.25
}
]
}
]Previous Value:"bones": [
{
"name": "hat",
"neverRender": false,
"pivot": [
0,
24,
0
]
},
{
"name": "leftArm",
"reset": true,
"pivot": [
5,
22,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
32,
48
]
}
]
},
{
"name": "leftItem",
"pivot": [
6,
15,
1
],
"neverRender": true,
"parent": "leftArm"
},
{
"name": "rightArm",
"reset": true,
"pivot": [
-5,
22,
0
],
"cubes": [
{
"origin": [
-8,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
16
]
}
]
},
{
"name": "rightItem",
"pivot": [
-6,
15,
1
],
"neverRender": true,
"parent": "rightArm"
},
{
"name": "leftSleeve",
"pivot": [
5,
22,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
48,
48
],
"inflate": 0.25
}
]
},
{
"name": "rightSleeve",
"pivot": [
-5,
22,
0
],
"cubes": [
{
"origin": [
-8,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
32
],
"inflate": 0.25
}
]
},
{
"name": "leftLeg",
"reset": true,
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
16,
48
]
}
]
},
{
"name": "leftPants",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
48
],
"inflate": 0.25
}
]
},
{
"name": "rightPants",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
32
],
"inflate": 0.25
}
]
},
{
"name": "jacket",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
32
],
"inflate": 0.25
}
]
},
{
"name": "cape",
"pivot": [
0,
24,
-3
],
"parent": "body"
}
] - New Value:
"visible_bounds_height": 2
Previous Value:"visible_bounds_height": 1
- New Value:
"visible_bounds_offset": [
0,
1,
0
]Previous Value:"visible_bounds_offset": [
0,
0.5,
0
] - New Value:
"bones": [
{
"name": "root",
"pivot": [
0,
0,
0
]
},
{
"name": "waist",
"parent": "root",
"pivot": [
0,
12,
0
]
},
{
"name": "body",
"parent": "waist",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
16
]
}
]
},
{
"name": "head",
"parent": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
0,
0
]
}
]
},
{
"name": "hat",
"parent": "head",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
32,
0
],
"inflate": 0.5
}
]
},
{
"name": "rightLeg",
"parent": "root",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
16
]
}
]
},
{
"name": "rightPants",
"parent": "rightLeg",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
32
],
"inflate": 0.25
}
]
},
{
"name": "leftLeg",
"parent": "root",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
16,
48
]
}
],
"mirror": true
},
{
"name": "leftPants",
"parent": "leftLeg",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
48
],
"inflate": 0.25
}
]
},
{
"name": "leftArm",
"parent": "body",
"pivot": [
5,
21.5,
0
],
"cubes": [
{
"origin": [
4,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
32,
48
]
}
]
},
{
"name": "leftSleeve",
"parent": "leftArm",
"pivot": [
5,
21.5,
0
],
"cubes": [
{
"origin": [
4,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
48,
48
],
"inflate": 0.25
}
]
},
{
"name": "leftItem",
"pivot": [
6,
14.5,
1
],
"parent": "leftArm"
},
{
"name": "rightArm",
"parent": "body",
"pivot": [
-5,
21.5,
0
],
"cubes": [
{
"origin": [
-7,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
40,
16
]
}
]
},
{
"name": "rightSleeve",
"parent": "rightArm",
"pivot": [
-5,
21.5,
0
],
"cubes": [
{
"origin": [
-7,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
40,
32
],
"inflate": 0.25
}
]
},
{
"name": "rightItem",
"pivot": [
-6,
14.5,
1
],
"locators": {
"lead_hold": [
-6,
14.5,
1
]
},
"parent": "rightArm"
},
{
"name": "jacket",
"parent": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
32
],
"inflate": 0.25
}
]
},
{
"name": "cape",
"pivot": [
0,
24,
-3
],
"parent": "body"
}
]Previous Value:"bones": [
{
"name": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
16
]
}
]
},
{
"name": "waist",
"neverRender": true,
"pivot": [
0,
12,
0
]
},
{
"name": "head",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
0,
0
]
}
]
},
{
"name": "rightLeg",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
16
]
}
]
},
{
"name": "leftLeg",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
16
]
}
],
"mirror": true
},
{
"name": "hat",
"neverRender": false
},
{
"name": "leftArm",
"reset": true,
"pivot": [
5,
21.5,
0
],
"cubes": [
{
"origin": [
4,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
32,
48
]
}
]
},
{
"name": "rightArm",
"reset": true,
"pivot": [
-5,
21.5,
0
],
"cubes": [
{
"origin": [
-7,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
40,
16
]
}
]
},
{
"name": "rightItem",
"pivot": [
-6,
14.5,
1
],
"neverRender": true,
"parent": "rightArm"
},
{
"name": "leftSleeve",
"pivot": [
5,
21.5,
0
],
"cubes": [
{
"origin": [
4,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
48,
48
],
"inflate": 0.25
}
]
},
{
"name": "rightSleeve",
"pivot": [
-5,
21.5,
0
],
"cubes": [
{
"origin": [
-7,
11.5,
-2
],
"size": [
3,
12,
4
],
"uv": [
40,
32
],
"inflate": 0.25
}
]
},
{
"name": "leftPants",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
48
],
"inflate": 0.25
}
]
},
{
"name": "rightPants",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
32
],
"inflate": 0.25
}
]
},
{
"name": "jacket",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
32
],
"inflate": 0.25
}
]
},
{
"name": "cape",
"pivot": [
0,
24,
-3
],
"parent": "body"
}
] - Previous Value:
"geometry.npc": {
"visible_bounds_width": 1,
"visible_bounds_height": 1,
"visible_bounds_offset": [
0,
0.5,
0
],
"texturewidth": 64,
"textureheight": 64,
"bones": [
{
"name": "head",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
10,
8
],
"uv": [
0,
0
]
}
]
},
{
"name": "hat",
"neverRender": false,
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
32,
0
],
"inflate": 0.5
}
],
"parent": "head"
},
{
"name": "nose",
"parent": "head",
"pivot": [
0,
26,
0
],
"cubes": [
{
"origin": [
-1,
23,
-6
],
"size": [
2,
4,
2
],
"uv": [
24,
0
]
}
]
},
{
"name": "body",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-3
],
"size": [
8,
12,
6
],
"uv": [
16,
20
]
},
{
"origin": [
-4,
6,
-3
],
"size": [
8,
18,
6
],
"uv": [
0,
38
],
"inflate": 0.5
}
]
},
{
"name": "arms",
"pivot": [
0,
22,
0
],
"cubes": [
{
"origin": [
-4,
16,
-2
],
"size": [
8,
4,
4
],
"uv": [
40,
38
]
},
{
"origin": [
-8,
16,
-2
],
"size": [
4,
8,
4
],
"uv": [
44,
22
]
},
{
"origin": [
4,
16,
-2
],
"size": [
4,
8,
4
],
"uv": [
44,
46
]
}
],
"parent": "body"
},
{
"name": "leg0",
"pivot": [
-2,
12,
0
],
"cubes": [
{
"origin": [
-4,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
22
]
}
]
},
{
"name": "leg1",
"pivot": [
2,
12,
0
],
"cubes": [
{
"origin": [
0,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
22
]
}
]
},
{
"name": "leftPants",
"pivot": [
1.9,
12,
0
],
"cubes": [
{
"origin": [
-0.1,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
48
],
"inflate": 0.25
}
],
"parent": "leg1"
},
{
"name": "rightPants",
"pivot": [
-1.9,
12,
0
],
"cubes": [
{
"origin": [
-3.9,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
32
],
"inflate": 0.25
}
],
"parent": "leg0"
},
{
"name": "jacket",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
32
],
"inflate": 0.25
}
],
"parent": "body"
}
]
} - Previous Value:
"geometry.zombie.drowned": {
"visible_bounds_width": 2.5,
"visible_bounds_height": 2.5,
"visible_bounds_offset": [
0,
1.25,
0
],
"bones": [
{
"pivot": [
0,
24,
0
],
"rotation": [
0,
0,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
16
]
}
],
"name": "body"
},
{
"pivot": [
0,
24,
0
],
"rotation": [
0,
0,
0
],
"cubes": [
{
"origin": [
-4,
12,
-2
],
"size": [
8,
12,
4
],
"uv": [
16,
32
],
"inflate": 0.5
}
],
"name": "jacket"
},
{
"pivot": [
0,
24,
0
],
"rotation": [
0,
0,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
0,
0
],
"inflate": 0.5
}
],
"name": "head"
},
{
"pivot": [
0,
24,
0
],
"rotation": [
0,
0,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
32,
0
],
"inflate": 1
}
],
"name": "hat"
},
{
"pivot": [
-5,
22,
0
],
"rotation": [
0,
0,
0
],
"cubes": [
{
"origin": [
-7,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
16
]
}
],
"name": "rightArm"
},
{
"pivot": [
5,
22,
0
],
"rotation": [
0,
0,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
16
],
"mirror": true
}
],
"name": "leftArm"
},
{
"pivot": [
-5,
22,
0
],
"rotation": [
0,
0,
0
],
"cubes": [
{
"origin": [
-7,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
48,
48
],
"inflate": 0.5
}
],
"name": "rightSleeve"
},
{
"pivot": [
5,
22,
0
],
"rotation": [
0,
0,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
32
],
"inflate": 0.5,
"mirror": true
}
],
"name": "leftSleeve"
},
{
"pivot": [
-1.9,
12,
0
],
"rotation": [
0,
0,
0
],
"cubes": [
{
"origin": [
-4.05,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
16,
48
]
}
],
"name": "rightLeg"
},
{
"pivot": [
1.9,
12,
0
],
"rotation": [
0,
0,
0
],
"cubes": [
{
"origin": [
0.05,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
32,
48
],
"mirror": true
}
],
"name": "leftLeg"
},
{
"pivot": [
-1.9,
12,
0
],
"rotation": [
0,
0,
0
],
"cubes": [
{
"origin": [
-4.25,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
48
],
"inflate": 0.25
}
],
"name": "rightPants"
},
{
"pivot": [
1.9,
12,
0
],
"rotation": [
0,
0,
0
],
"cubes": [
{
"origin": [
0.25,
0,
-2
],
"size": [
4,
12,
4
],
"uv": [
0,
32
],
"inflate": 0.25,
"mirror": true
}
],
"name": "leftPants"
},
{
"pivot": [
0,
12,
0
],
"rotation": [
0,
0,
0
],
"cubes": [],
"name": "waist",
"parent": "body"
},
{
"pivot": [
-6,
15,
1
],
"rotation": [
0,
0,
0
],
"cubes": [],
"name": "rightItem",
"parent": "rightArm"
},
{
"pivot": [
6,
15,
1
],
"rotation": [
0,
0,
0
],
"cubes": [],
"name": "leftItem",
"parent": "leftArm"
}
],
"texturewidth": 64,
"textureheight": 64
}
- Hover/Tap to zoom...
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.15/entities/iron_golem.json
Animations
- resource_packs/vanilla/animations/look_at_target.animation.json
- resource_packs/vanilla_1.15/animations/iron_golem.animation.json
Animation Controllers
- resource_packs/vanilla_1.15/animation_controllers/iron_golem.animation_controllers.json
Entity
- resource_packs/vanilla_1.15/entity/iron_golem.entity.json
Geometry
- resource_packs/vanilla/models/mobs.json
Loot Tables
- behavior_packs/vanilla/loot_tables/entities/iron_golem.json
Render Controllers
- resource_packs/vanilla/render_controllers/iron_golem.render_controllers.json
Sounds
- 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/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/textures/entity/iron_golem.png
Material Info:
Material: Iron Golem
{ "vertexShader": "shaders/entity.vertex", "vrGeometryShader": "shaders/entity.geometry", "fragmentShader": "shaders/entity.fragment", "vertexFields": [ { "field": "Position" }, { "field": "Normal" }, { "field": "UV0" } ], "variants": [ { "skinning": { "+defines": [ "USE_SKINNING" ], "vertexFields": [ { "field": "Position" }, { "field": "BoneId0" }, { "field": "Normal" }, { "field": "UV0" } ] } }, { "skinning_color": { "+defines": [ "USE_SKINNING", "USE_OVERLAY" ], "+states": [ "Blending" ], "vertexFields": [ { "field": "Position" }, { "field": "BoneId0" }, { "field": "Color" }, { "field": "Normal" }, { "field": "UV0" } ] } } ], "msaaSupport": [ "Both" ], "+samplerStates": { "samplerIndex": 1, "textureWrap": "Repeat" }, "+defines": [ "USE_OVERLAY", "ALPHA_TEST" ], "+states": [ "DisableCulling" ] }
Links
©
2024, FoxyNoTail