Version History for the Agent Entity
<< back to entity list
Note: Version history only goes as far back as the earliest version on file (Minecraft 1.12.0.28 ). View Detailed Entity Information >>
Changes in version 1.20.10.23
- Resource Packs > Animations > agent.animation.json
- The rightArm component was added into the bones subsection of the animation.agent.swing_arms sectionNew Value:
"rightArm": {
"rotation": [
"(-2.0 + 1.5 * (math.abs(math.mod(variable.agent.swinganimationtick - query.frame_alpha, variable.agent.swinganimationduration) - variable.agent.swinganimationduration * 0.5) - variable.agent.swinganimationduration * 0.25) / (variable.agent.swinganimationduration * 0.25)) * 57.3",
0,
0
]
} - New Value:
"animation.agent.shrug": {
"animation_length": 1.5,
"bones": {
"head": {
"rotation": {
"0.3333": [
0,
0,
0
],
"0.5833": [
0,
0,
0
],
"0.8333": [
0,
72.5,
0
],
"1.0417": [
0,
0,
0
],
"1.2917": [
0,
-62.5,
0
],
"1.5": [
0,
0,
0
]
},
"position": {
"0.0": [
0,
0,
0
],
"0.125": [
0,
0,
0
]
}
},
"leftArm": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.25": [
-64.03195,
-33.38529,
26.32435
],
"0.625": [
0,
0,
0
],
"0.75": [
0,
0,
0
],
"0.9583": [
0,
0,
-10
],
"1.1667": [
0,
0,
0
]
},
"position": {
"0.75": [
0,
0,
0
],
"0.9583": [
0,
1,
0
],
"1.1667": [
0,
0,
0
]
}
},
"rightArm": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.25": [
-58.25703,
25.73828,
-15.06695
],
"0.625": [
0,
0,
0
],
"0.75": [
0,
0,
0
],
"0.9583": [
0,
0,
10
],
"1.1667": [
0,
0,
0
]
},
"position": {
"0.75": [
0,
0,
0
],
"0.9583": [
0,
1,
0
],
"1.1667": [
0,
0,
0
]
}
}
}
} - New Value:
"animation_length": 1.5
- New Value:
"leftLeg": {
"rotation": [
"((-1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + (variable.agent.ishovering * variable.agent.legxrotationfactor)",
0,
0
]
} - New Value:
"leftArm": {
"rotation": [
"((-0.2 + 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - variable.agent.armxrotationfactor",
0,
"-variable.agent.armzrotation"
]
} - New Value:
"rightArm": {
"rotation": [
"((-0.2 - 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + variable.agent.armxrotationfactor",
0,
"variable.agent.armzrotation"
]
} - New Value:
"rightLeg": {
"rotation": [
"((1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - (variable.agent.ishovering * variable.agent.legxrotationfactor)",
0,
0
]
} - Previous Value:
"rightarm": {
"rotation": [
"(-2.0 + 1.5 * (math.abs(math.mod(variable.agent.swinganimationtick - query.frame_alpha, variable.agent.swinganimationduration) - variable.agent.swinganimationduration * 0.5) - variable.agent.swinganimationduration * 0.25) / (variable.agent.swinganimationduration * 0.25)) * 57.3",
0,
0
]
} - Previous Value:
"leftleg": {
"rotation": [
"((-1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + (variable.agent.ishovering * variable.agent.legxrotationfactor)",
0,
0
]
} - Previous Value:
"leftarm": {
"rotation": [
"((-0.2 + 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - variable.agent.armxrotationfactor",
0,
"-variable.agent.armzrotation"
]
} - Previous Value:
"rightarm": {
"rotation": [
"((-0.2 - 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + variable.agent.armxrotationfactor",
0,
"variable.agent.armzrotation"
]
} - Previous Value:
"rightleg": {
"rotation": [
"((1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - (variable.agent.ishovering * variable.agent.legxrotationfactor)",
0,
0
]
}
- Resource Packs > Animation Controllers > agent.animation_controllers.json
- New Value:
"shrug": {
"animations": [
"shrug"
],
"transitions": [
{
"moving": "variable.agent.anim_state == 1"
}
]
} - New Value:
"moving": {
"animations": [
"move"
],
"transitions": [
{
"swinging_arms": "variable.agent.anim_state == 2"
},
{
"shrug": "variable.agent.anim_state == 3"
}
]
}Previous Value:"moving": {
"animations": [
"move"
],
"transitions": [
{
"swinging_arms": "variable.agent.swinganimationtick < 0"
}
]
} - New Value:
"swinging_arms": {
"animations": [
"swing_arms"
],
"transitions": [
{
"moving": "variable.agent.anim_state == 1"
}
]
}Previous Value:"swinging_arms": {
"animations": [
"swing_arms"
],
"transitions": [
{
"moving": "variable.agent.swinganimationtick >= 0"
}
]
}
- Resource Packs > Entity > agent.entity.json
- New Value:
"animations": {
"look_at_target": "animation.common.look_at_target",
"move": "animation.agent.move",
"swing_arms": "animation.agent.swing_arms",
"shrug": "animation.agent.shrug",
"move_controller": "controller.animation.agent.move"
}Previous Value:"animations": {
"move": "animation.agent.move",
"look_at_target": "animation.common.look_at_target",
"swing_arms": "animation.agent.swing_arms",
"move_controller": "controller.animation.agent.move"
} - New Value:
"scripts": {
"pre_animation": [
"variable.Agent.ArmZRotation = (Math.cos(query.life_time * 114.6) + 1.0) * 1.15;",
"variable.Agent.ArmXRotationFactor = Math.sin(query.life_time * 80.0) * 4.6;",
"variable.Agent.LegXRotationFactor = Math.sin(query.life_time * 46.0) * 1.15;"
],
"animate": [
"look_at_target",
"move_controller"
]
}Previous Value:"scripts": {
"pre_animation": [
"variable.Agent.ArmZRotation = (Math.cos(query.life_time * 114.6) + 1.0) * 1.15;",
"variable.Agent.ArmXRotationFactor = Math.sin(query.life_time * 80.0) * 4.6;",
"variable.Agent.LegXRotationFactor = Math.sin(query.life_time * 46.0) * 1.15;"
],
"animate": [
"move_controller",
"look_at_target"
]
}
Changes in version 1.20.10.20
- Resource Packs > Animations > agent.animation.json
- The rightarm component was added into the bones subsection of the animation.agent.swing_arms sectionNew Value:
"rightarm": {
"rotation": [
"(-2.0 + 1.5 * (math.abs(math.mod(variable.agent.swinganimationtick - query.frame_alpha, variable.agent.swinganimationduration) - variable.agent.swinganimationduration * 0.5) - variable.agent.swinganimationduration * 0.25) / (variable.agent.swinganimationduration * 0.25)) * 57.3",
0,
0
]
} - New Value:
"leftleg": {
"rotation": [
"((-1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + (variable.agent.ishovering * variable.agent.legxrotationfactor)",
0,
0
]
} - New Value:
"leftarm": {
"rotation": [
"((-0.2 + 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - variable.agent.armxrotationfactor",
0,
"-variable.agent.armzrotation"
]
} - New Value:
"rightarm": {
"rotation": [
"((-0.2 - 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + variable.agent.armxrotationfactor",
0,
"variable.agent.armzrotation"
]
} - New Value:
"rightleg": {
"rotation": [
"((1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - (variable.agent.ishovering * variable.agent.legxrotationfactor)",
0,
0
]
} - Previous Value:
"rightArm": {
"rotation": [
"(-2.0 + 1.5 * (math.abs(math.mod(variable.agent.swinganimationtick - query.frame_alpha, variable.agent.swinganimationduration) - variable.agent.swinganimationduration * 0.5) - variable.agent.swinganimationduration * 0.25) / (variable.agent.swinganimationduration * 0.25)) * 57.3",
0,
0
]
} - Previous Value:
"animation.agent.shrug": {
"animation_length": 1.5,
"bones": {
"head": {
"rotation": {
"0.3333": [
0,
0,
0
],
"0.5833": [
0,
0,
0
],
"0.8333": [
0,
72.5,
0
],
"1.0417": [
0,
0,
0
],
"1.2917": [
0,
-62.5,
0
],
"1.5": [
0,
0,
0
]
},
"position": {
"0.0": [
0,
0,
0
],
"0.125": [
0,
0,
0
]
}
},
"leftArm": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.25": [
-64.03195,
-33.38529,
26.32435
],
"0.625": [
0,
0,
0
],
"0.75": [
0,
0,
0
],
"0.9583": [
0,
0,
-10
],
"1.1667": [
0,
0,
0
]
},
"position": {
"0.75": [
0,
0,
0
],
"0.9583": [
0,
1,
0
],
"1.1667": [
0,
0,
0
]
}
},
"rightArm": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.25": [
-58.25703,
25.73828,
-15.06695
],
"0.625": [
0,
0,
0
],
"0.75": [
0,
0,
0
],
"0.9583": [
0,
0,
10
],
"1.1667": [
0,
0,
0
]
},
"position": {
"0.75": [
0,
0,
0
],
"0.9583": [
0,
1,
0
],
"1.1667": [
0,
0,
0
]
}
}
}
} - Previous Value:
"animation_length": 1.5
- Previous Value:
"leftLeg": {
"rotation": [
"((-1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + (variable.agent.ishovering * variable.agent.legxrotationfactor)",
0,
0
]
} - Previous Value:
"leftArm": {
"rotation": [
"((-0.2 + 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - variable.agent.armxrotationfactor",
0,
"-variable.agent.armzrotation"
]
} - Previous Value:
"rightArm": {
"rotation": [
"((-0.2 - 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + variable.agent.armxrotationfactor",
0,
"variable.agent.armzrotation"
]
} - Previous Value:
"rightLeg": {
"rotation": [
"((1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - (variable.agent.ishovering * variable.agent.legxrotationfactor)",
0,
0
]
}
- Resource Packs > Animation Controllers > agent.animation_controllers.json
- Previous Value:
"shrug": {
"animations": [
"shrug"
],
"transitions": [
{
"moving": "variable.agent.anim_state == 1"
}
]
} - New Value:
"moving": {
"animations": [
"move"
],
"transitions": [
{
"swinging_arms": "variable.agent.swinganimationtick < 0"
}
]
}Previous Value:"moving": {
"animations": [
"move"
],
"transitions": [
{
"swinging_arms": "variable.agent.anim_state == 2"
},
{
"shrug": "variable.agent.anim_state == 3"
}
]
} - New Value:
"swinging_arms": {
"animations": [
"swing_arms"
],
"transitions": [
{
"moving": "variable.agent.swinganimationtick >= 0"
}
]
}Previous Value:"swinging_arms": {
"animations": [
"swing_arms"
],
"transitions": [
{
"moving": "variable.agent.anim_state == 1"
}
]
}
- Resource Packs > Entity > agent.entity.json
- New Value:
"animations": {
"move": "animation.agent.move",
"look_at_target": "animation.common.look_at_target",
"swing_arms": "animation.agent.swing_arms",
"move_controller": "controller.animation.agent.move"
}Previous Value:"animations": {
"look_at_target": "animation.common.look_at_target",
"move": "animation.agent.move",
"swing_arms": "animation.agent.swing_arms",
"shrug": "animation.agent.shrug",
"move_controller": "controller.animation.agent.move"
} - New Value:
"scripts": {
"pre_animation": [
"variable.Agent.ArmZRotation = (Math.cos(query.life_time * 114.6) + 1.0) * 1.15;",
"variable.Agent.ArmXRotationFactor = Math.sin(query.life_time * 80.0) * 4.6;",
"variable.Agent.LegXRotationFactor = Math.sin(query.life_time * 46.0) * 1.15;"
],
"animate": [
"move_controller",
"look_at_target"
]
}Previous Value:"scripts": {
"pre_animation": [
"variable.Agent.ArmZRotation = (Math.cos(query.life_time * 114.6) + 1.0) * 1.15;",
"variable.Agent.ArmXRotationFactor = Math.sin(query.life_time * 80.0) * 4.6;",
"variable.Agent.LegXRotationFactor = Math.sin(query.life_time * 46.0) * 1.15;"
],
"animate": [
"look_at_target",
"move_controller"
]
}
Changes in version 1.20.10.1
- Resource Packs > Animations > agent.animation.json
- The rightArm component was added into the bones subsection of the animation.agent.swing_arms sectionNew Value:
"rightArm": {
"rotation": [
"(-2.0 + 1.5 * (math.abs(math.mod(variable.agent.swinganimationtick - query.frame_alpha, variable.agent.swinganimationduration) - variable.agent.swinganimationduration * 0.5) - variable.agent.swinganimationduration * 0.25) / (variable.agent.swinganimationduration * 0.25)) * 57.3",
0,
0
]
} - New Value:
"animation.agent.shrug": {
"animation_length": 1.5,
"bones": {
"head": {
"rotation": {
"0.3333": [
0,
0,
0
],
"0.5833": [
0,
0,
0
],
"0.8333": [
0,
72.5,
0
],
"1.0417": [
0,
0,
0
],
"1.2917": [
0,
-62.5,
0
],
"1.5": [
0,
0,
0
]
},
"position": {
"0.0": [
0,
0,
0
],
"0.125": [
0,
0,
0
]
}
},
"leftArm": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.25": [
-64.03195,
-33.38529,
26.32435
],
"0.625": [
0,
0,
0
],
"0.75": [
0,
0,
0
],
"0.9583": [
0,
0,
-10
],
"1.1667": [
0,
0,
0
]
},
"position": {
"0.75": [
0,
0,
0
],
"0.9583": [
0,
1,
0
],
"1.1667": [
0,
0,
0
]
}
},
"rightArm": {
"rotation": {
"0.0": [
0,
0,
0
],
"0.25": [
-58.25703,
25.73828,
-15.06695
],
"0.625": [
0,
0,
0
],
"0.75": [
0,
0,
0
],
"0.9583": [
0,
0,
10
],
"1.1667": [
0,
0,
0
]
},
"position": {
"0.75": [
0,
0,
0
],
"0.9583": [
0,
1,
0
],
"1.1667": [
0,
0,
0
]
}
}
}
} - New Value:
"animation_length": 1.5
- New Value:
"leftLeg": {
"rotation": [
"((-1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + (variable.agent.ishovering * variable.agent.legxrotationfactor)",
0,
0
]
} - New Value:
"leftArm": {
"rotation": [
"((-0.2 + 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - variable.agent.armxrotationfactor",
0,
"-variable.agent.armzrotation"
]
} - New Value:
"rightArm": {
"rotation": [
"((-0.2 - 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + variable.agent.armxrotationfactor",
0,
"variable.agent.armzrotation"
]
} - New Value:
"rightLeg": {
"rotation": [
"((1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - (variable.agent.ishovering * variable.agent.legxrotationfactor)",
0,
0
]
} - Previous Value:
"rightarm": {
"rotation": [
"(-2.0 + 1.5 * (math.abs(math.mod(variable.agent.swinganimationtick - query.frame_alpha, variable.agent.swinganimationduration) - variable.agent.swinganimationduration * 0.5) - variable.agent.swinganimationduration * 0.25) / (variable.agent.swinganimationduration * 0.25)) * 57.3",
0,
0
]
} - Previous Value:
"leftleg": {
"rotation": [
"((-1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + (variable.agent.ishovering * variable.agent.legxrotationfactor)",
0,
0
]
} - Previous Value:
"leftarm": {
"rotation": [
"((-0.2 + 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - variable.agent.armxrotationfactor",
0,
"-variable.agent.armzrotation"
]
} - Previous Value:
"rightarm": {
"rotation": [
"((-0.2 - 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + variable.agent.armxrotationfactor",
0,
"variable.agent.armzrotation"
]
} - Previous Value:
"rightleg": {
"rotation": [
"((1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - (variable.agent.ishovering * variable.agent.legxrotationfactor)",
0,
0
]
}
- Resource Packs > Animation Controllers > agent.animation_controllers.json
- New Value:
"shrug": {
"animations": [
"shrug"
],
"transitions": [
{
"moving": "variable.agent.anim_state == 1"
}
]
} - New Value:
"moving": {
"animations": [
"move"
],
"transitions": [
{
"swinging_arms": "variable.agent.anim_state == 2"
},
{
"shrug": "variable.agent.anim_state == 3"
}
]
}Previous Value:"moving": {
"animations": [
"move"
],
"transitions": [
{
"swinging_arms": "variable.agent.swinganimationtick < 0"
}
]
} - New Value:
"swinging_arms": {
"animations": [
"swing_arms"
],
"transitions": [
{
"moving": "variable.agent.anim_state == 1"
}
]
}Previous Value:"swinging_arms": {
"animations": [
"swing_arms"
],
"transitions": [
{
"moving": "variable.agent.swinganimationtick >= 0"
}
]
}
- Resource Packs > Entity > agent.entity.json
- New Value:
"animations": {
"look_at_target": "animation.common.look_at_target",
"move": "animation.agent.move",
"swing_arms": "animation.agent.swing_arms",
"shrug": "animation.agent.shrug",
"move_controller": "controller.animation.agent.move"
}Previous Value:"animations": {
"move": "animation.agent.move",
"look_at_target": "animation.common.look_at_target",
"swing_arms": "animation.agent.swing_arms",
"move_controller": "controller.animation.agent.move"
} - New Value:
"scripts": {
"pre_animation": [
"variable.Agent.ArmZRotation = (Math.cos(query.life_time * 114.6) + 1.0) * 1.15;",
"variable.Agent.ArmXRotationFactor = Math.sin(query.life_time * 80.0) * 4.6;",
"variable.Agent.LegXRotationFactor = Math.sin(query.life_time * 46.0) * 1.15;"
],
"animate": [
"look_at_target",
"move_controller"
]
}Previous Value:"scripts": {
"pre_animation": [
"variable.Agent.ArmZRotation = (Math.cos(query.life_time * 114.6) + 1.0) * 1.15;",
"variable.Agent.ArmXRotationFactor = Math.sin(query.life_time * 80.0) * 4.6;",
"variable.Agent.LegXRotationFactor = Math.sin(query.life_time * 46.0) * 1.15;"
],
"animate": [
"move_controller",
"look_at_target"
]
}
Changes in version 1.19.80.2
- Resource Packs > Models > mobs.json
- An entry was changed in the bones subsection of the geometry.humanoid.armor2:geometry.zombie sectionNew Value:
"bones": [
{
"name": "head",
"inflate": 0.5
},
{
"name": "body",
"inflate": 0.5
},
{
"name": "rightArm",
"inflate": 0.5
},
{
"name": "leftArm",
"inflate": 0.5
},
{
"name": "rightLeg",
"inflate": 0.49
},
{
"name": "leftLeg",
"inflate": 0.49
}
]Previous Value:"bones": [
{
"name": "head",
"inflate": 0.5
},
{
"name": "body",
"inflate": 0.5
},
{
"name": "rightArm",
"inflate": 0.5
},
{
"name": "leftArm",
"inflate": 0.5
},
{
"name": "rightLeg",
"inflate": 0.5
},
{
"name": "leftLeg",
"inflate": 0.5
}
]
Changes in version 1.19.50.2
- Resource Packs > Materials > agent
- New Value:
"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"
}
]
}
},
{
"skinning_alphatest": {
"+defines": [
"USE_SKINNING",
"ALPHA_TEST"
],
"+states": [
"DisableCulling"
],
"vertexFields": [
{
"field": "Position"
},
{
"field": "BoneId0"
},
{
"field": "Normal"
},
{
"field": "UV0"
}
]
}
}
]Previous Value:"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"
}
]
}
}
]
Changes in version 1.17.10.4
- Resource Packs > Models > mobs.json
- Previous Value:
"geometry.dragon": {
"visible_bounds_width": 14,
"visible_bounds_height": 13,
"visible_bounds_offset": [
0,
2,
0
],
"texturewidth": 256,
"textureheight": 256,
"bones": [
{
"name": "head",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-6,
20,
-24
],
"size": [
12,
5,
16
],
"uv": [
176,
44
]
},
{
"origin": [
-8,
16,
-10
],
"size": [
16,
16,
16
],
"uv": [
112,
30
]
},
{
"mirror": true,
"origin": [
-5,
32,
-4
],
"size": [
2,
4,
6
],
"uv": [
0,
0
]
},
{
"mirror": true,
"origin": [
-5,
25,
-22
],
"size": [
2,
2,
4
],
"uv": [
112,
0
]
},
{
"origin": [
3,
32,
-4
],
"size": [
2,
4,
6
],
"uv": [
0,
0
]
},
{
"origin": [
3,
25,
-22
],
"size": [
2,
2,
4
],
"uv": [
112,
0
]
}
]
},
{
"name": "jaw",
"pivot": [
0,
20,
-8
],
"cubes": [
{
"origin": [
-6,
16,
-24
],
"size": [
12,
4,
16
],
"uv": [
176,
65
]
}
]
},
{
"name": "neck",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-5,
19,
-5
],
"size": [
10,
10,
10
],
"uv": [
192,
104
]
},
{
"origin": [
-1,
29,
-3
],
"size": [
2,
4,
6
],
"uv": [
48,
0
]
}
]
},
{
"name": "body",
"pivot": [
0,
20,
8
],
"cubes": [
{
"origin": [
-12,
-4,
-8
],
"size": [
24,
24,
64
],
"uv": [
0,
0
]
},
{
"origin": [
-1,
20,
-2
],
"size": [
2,
6,
12
],
"uv": [
220,
53
]
},
{
"origin": [
-1,
20,
18
],
"size": [
2,
6,
12
],
"uv": [
220,
53
]
},
{
"origin": [
-1,
20,
38
],
"size": [
2,
6,
12
],
"uv": [
220,
53
]
}
]
},
{
"name": "wing",
"pivot": [
-12,
19,
2
],
"cubes": [
{
"origin": [
-68,
15,
-2
],
"size": [
56,
8,
8
],
"uv": [
112,
88
]
},
{
"origin": [
-68,
19,
4
],
"size": [
56,
0,
56
],
"uv": [
-56,
88
]
}
]
},
{
"name": "wingtip",
"pivot": [
-56,
24,
0
],
"cubes": [
{
"origin": [
-112,
22,
-2
],
"size": [
56,
4,
4
],
"uv": [
112,
136
]
},
{
"origin": [
-112,
24,
2
],
"size": [
56,
0,
56
],
"uv": [
-56,
144
]
}
]
},
{
"name": "wing1",
"pivot": [
12,
19,
2
],
"cubes": [
{
"origin": [
-44,
15,
-2
],
"size": [
56,
8,
8
],
"uv": [
112,
88
]
},
{
"origin": [
-44,
19,
4
],
"size": [
56,
0,
56
],
"uv": [
-56,
88
]
}
]
},
{
"name": "wingtip1",
"pivot": [
-56,
24,
0
],
"cubes": [
{
"origin": [
-112,
22,
-2
],
"size": [
56,
4,
4
],
"uv": [
112,
136
]
},
{
"origin": [
-112,
24,
2
],
"size": [
56,
0,
56
],
"uv": [
-56,
144
]
}
]
},
{
"name": "rearleg",
"pivot": [
-16,
8,
42
],
"cubes": [
{
"origin": [
-24,
-20,
34
],
"size": [
16,
32,
16
],
"uv": [
0,
0
]
}
]
},
{
"name": "rearleg1",
"pivot": [
16,
8,
42
],
"cubes": [
{
"origin": [
8,
-20,
34
],
"size": [
16,
32,
16
],
"uv": [
0,
0
]
}
]
},
{
"name": "frontleg",
"pivot": [
-12,
4,
2
],
"cubes": [
{
"origin": [
-16,
-16,
-2
],
"size": [
8,
24,
8
],
"uv": [
112,
104
]
}
]
},
{
"name": "frontleg1",
"pivot": [
12,
4,
2
],
"cubes": [
{
"origin": [
8,
-16,
-2
],
"size": [
8,
24,
8
],
"uv": [
112,
104
]
}
]
},
{
"name": "rearlegtip",
"pivot": [
0,
-8,
-4
],
"cubes": [
{
"origin": [
-6,
-38,
-4
],
"size": [
12,
32,
12
],
"uv": [
196,
0
]
}
]
},
{
"name": "rearlegtip1",
"pivot": [
0,
-8,
-4
],
"cubes": [
{
"origin": [
-6,
-38,
-4
],
"size": [
12,
32,
12
],
"uv": [
196,
0
]
}
]
},
{
"name": "frontlegtip",
"pivot": [
0,
4,
-1
],
"cubes": [
{
"origin": [
-3,
-19,
-4
],
"size": [
6,
24,
6
],
"uv": [
226,
138
]
}
]
},
{
"name": "frontlegtip1",
"pivot": [
0,
4,
-1
],
"cubes": [
{
"origin": [
-3,
-19,
-4
],
"size": [
6,
24,
6
],
"uv": [
226,
138
]
}
]
},
{
"name": "rearfoot",
"pivot": [
0,
-7,
4
],
"cubes": [
{
"origin": [
-9,
-13,
-16
],
"size": [
18,
6,
24
],
"uv": [
112,
0
]
}
]
},
{
"name": "rearfoot1",
"pivot": [
0,
-7,
4
],
"cubes": [
{
"origin": [
-9,
-13,
-16
],
"size": [
18,
6,
24
],
"uv": [
112,
0
]
}
]
},
{
"name": "frontfoot",
"pivot": [
0,
1,
0
],
"cubes": [
{
"origin": [
-4,
-3,
-12
],
"size": [
8,
4,
16
],
"uv": [
144,
104
]
}
]
},
{
"name": "frontfoot1",
"pivot": [
0,
1,
0
],
"cubes": [
{
"origin": [
-4,
-3,
-12
],
"size": [
8,
4,
16
],
"uv": [
144,
104
]
}
]
}
]
}
Changes in version 1.16.210.05
- Resource Packs > Models > mobs.json
- Previous Value:
"geometry.trident": {
"texturewidth": 32,
"textureheight": 32,
"bones": [
{
"name": "pole",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-0.5,
-3,
-0.5
],
"size": [
1,
31,
1
],
"inflate": 0.01,
"uv": [
0,
0
]
},
{
"origin": [
-1.5,
22,
-0.5
],
"size": [
3,
2,
1
],
"uv": [
4,
0
]
},
{
"origin": [
-2.5,
23,
-0.5
],
"size": [
1,
4,
1
],
"uv": [
4,
3
]
},
{
"origin": [
1.5,
23,
-0.5
],
"size": [
1,
4,
1
],
"uv": [
4,
3
]
}
]
}
]
}
Changes in version 1.16.100.04
- Behavior Packs > Entities > agent.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
Changes in version 1.16.0.2
- Resource Packs > Models > mobs.json
- 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
]
}
]
}
]
} - 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
} - 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"
}
]
- Resource Packs > Textures > agent.png
- Hover/Tap to zoom...
Changes in version 1.13.0.34
- Behavior Packs > Entities > agent.json
- New Value:
"minecraft:persistent": []
- New Value:
"minecraft:pushable": {
"is_pushable": false,
"is_pushable_by_piston": true
} - New Value:
"format_version": "1.13.0"
Previous Value:"format_version": "1.8.0"
- New Value:
"minecraft:damage_sensor": {
"triggers": {
"cause": "all",
"deals_damage": false
}
}Previous Value:"minecraft:damage_sensor": [
{
"cause": "all",
"deals_damage": false
}
] - New Value:
"minecraft:nameable": {
"always_show": true,
"allow_name_tag_renaming": false
}Previous Value:"minecraft:nameable": {
"alwaysShow": true,
"allowNameTagRenaming": false
}
- Resource Packs > Animation Controllers > agent.animation_controllers.json
- New Value:
"initial_state": "moving"
- Resource Packs > Models > mobs.json
- Previous Value:
"visible_bounds_height": 1
- Previous Value:
"visible_bounds_offset": [
0,
0.5,
0
] - Previous Value:
"visible_bounds_width": 1
- Previous Value:
"geometry.guardian": {
"visible_bounds_width": 3.5,
"visible_bounds_height": 2,
"visible_bounds_offset": [
0,
0.5,
0
],
"texturewidth": 64,
"textureheight": 64,
"bones": [
{
"name": "head",
"pivot": [
0,
24,
0
],
"mirror": true,
"cubes": [
{
"mirror": false,
"origin": [
-6,
2,
-8
],
"size": [
12,
12,
16
],
"uv": [
0,
0
]
},
{
"mirror": false,
"origin": [
-8,
2,
-6
],
"size": [
2,
12,
12
],
"uv": [
0,
28
]
},
{
"origin": [
6,
2,
-6
],
"size": [
2,
12,
12
],
"uv": [
0,
28
]
},
{
"origin": [
-6,
14,
-6
],
"size": [
12,
2,
12
],
"uv": [
16,
40
]
},
{
"origin": [
-6,
0,
-6
],
"size": [
12,
2,
12
],
"uv": [
16,
40
]
}
]
},
{
"name": "eye",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
7,
0
],
"size": [
2,
2,
1
],
"uv": [
8,
0
]
}
]
},
{
"name": "tailpart0",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-2,
6,
7
],
"size": [
4,
4,
8
],
"uv": [
40,
0
]
}
]
},
{
"name": "tailpart1",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
0,
7,
0
],
"size": [
3,
3,
7
],
"uv": [
0,
54
]
}
]
},
{
"name": "tailpart2",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
0,
8,
0
],
"size": [
2,
2,
6
],
"uv": [
41,
32
]
},
{
"origin": [
1,
4.5,
3
],
"size": [
1,
9,
9
],
"uv": [
25,
19
]
}
]
},
{
"name": "spikepart0",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart1",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart2",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart3",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart4",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart5",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart6",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart7",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart8",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart9",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart10",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
},
{
"name": "spikepart11",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-1,
19.5,
-1
],
"size": [
2,
9,
2
],
"uv": [
0,
0
]
}
]
}
]
} - New Value:
"bones": [
{
"name": "root",
"pivot": [
0,
0,
0
]
},
{
"name": "body",
"pivot": [
0,
24,
0
],
"parent": "waist"
},
{
"name": "waist",
"parent": "root",
"neverRender": true,
"pivot": [
0,
12,
0
]
},
{
"name": "cape",
"parent": "body",
"pivot": [
0,
24,
3
],
"bind_pose_rotation": [
0,
180,
0
],
"rotation": [
0,
180,
0
],
"cubes": [
{
"origin": [
-5,
8,
3
],
"size": [
10,
16,
1
],
"uv": [
0,
0
]
}
]
}
]Previous Value:"bones": [
{
"name": "cape",
"pivot": [
0,
24,
-3
],
"cubes": [
{
"origin": [
-5,
8,
-3
],
"size": [
10,
16,
1
],
"uv": [
0,
0
]
}
]
}
] - New 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": "hat",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
32,
0
],
"inflate": 0.5
}
],
"neverRender": true
},
{
"name": "rightArm",
"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": "leftArm",
"pivot": [
5,
22,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
16
]
}
],
"mirror": true
},
{
"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": "helmet",
"pivot": [
0,
24,
0
],
"neverRender": true
},
{
"name": "rightArmArmor",
"pivot": [
-5,
22,
0
],
"parent": "rightArm"
},
{
"name": "leftArmArmor",
"pivot": [
5,
22,
0
],
"parent": "leftArm",
"mirror": true
},
{
"name": "rightLegging",
"pivot": [
-1.9,
12,
0
],
"parent": "rightLeg"
},
{
"name": "leftLegging",
"pivot": [
1.9,
12,
0
],
"parent": "leftLeg",
"mirror": true
},
{
"name": "rightBoot",
"pivot": [
-1.9,
12,
0
],
"parent": "rightLeg"
},
{
"name": "leftBoot",
"pivot": [
1.9,
12,
0
],
"parent": "leftLeg",
"mirror": true
},
{
"name": "rightSock",
"pivot": [
-1.9,
12,
0
],
"parent": "rightLeg"
},
{
"name": "leftSock",
"pivot": [
1.9,
12,
0
],
"parent": "leftLeg",
"mirror": true
},
{
"name": "bodyArmor",
"pivot": [
0,
24,
0
],
"parent": "body"
},
{
"name": "belt",
"pivot": [
0,
24,
0
],
"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": "hat",
"pivot": [
0,
24,
0
],
"cubes": [
{
"origin": [
-4,
24,
-4
],
"size": [
8,
8,
8
],
"uv": [
32,
0
],
"inflate": 0.5
}
],
"neverRender": true
},
{
"name": "rightArm",
"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": "leftArm",
"pivot": [
5,
22,
0
],
"cubes": [
{
"origin": [
4,
12,
-2
],
"size": [
4,
12,
4
],
"uv": [
40,
16
]
}
],
"mirror": true
},
{
"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
}
] - New Value:
"bones": [
{
"name": "body",
"reset": true
},
{
"name": "rightArm",
"reset": true
},
{
"name": "leftArm",
"reset": true
},
{
"name": "rightLeg",
"reset": true
},
{
"name": "leftLeg",
"reset": true
}
]Previous Value:"bones": [
{
"name": "hat",
"reset": true
},
{
"name": "body",
"reset": true
},
{
"name": "rightArm",
"reset": true
},
{
"name": "leftArm",
"reset": true
},
{
"name": "rightLeg",
"reset": true
},
{
"name": "leftLeg",
"reset": true
}
] - An entry was changed in the bones subsection of the geometry.humanoid.armor1:geometry.zombie sectionNew Value:
"bones": [
{
"name": "head",
"inflate": 1
},
{
"name": "hat",
"inflate": 1.5,
"neverRender": false
},
{
"name": "body",
"inflate": 1.01
},
{
"name": "rightArm",
"inflate": 1
},
{
"name": "leftArm",
"inflate": 1
},
{
"name": "rightLeg",
"inflate": 1
},
{
"name": "leftLeg",
"inflate": 1
}
]Previous Value:"bones": [
{
"name": "head",
"inflate": 1
},
{
"name": "hat",
"inflate": 1.5,
"neverRender": false
},
{
"name": "body",
"inflate": 1
},
{
"name": "rightArm",
"inflate": 1
},
{
"name": "leftArm",
"inflate": 1
},
{
"name": "rightLeg",
"inflate": 1
},
{
"name": "leftLeg",
"inflate": 1
}
] - New 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"
}
]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": "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
}
]
}
] - New 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:"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": "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
}
]
}
]
Entity Histories...
- Agent
- Allay
- Area Effect Cloud
- Armor Stand
- Arrow
- Axolotl
- Bat
- Bee
- Blaze
- Boat
- Camel
- Cat
- Cave Spider
- Chest Boat
- Chest Minecart
- Chicken
- Cod
- Command Block Minecart
- Cow
- Creeper
- Dolphin
- Donkey
- Dragon Fireball
- Drowned
- Egg
- Elder Guardian
- Enderman
- Endermite
- Ender Crystal
- Ender Dragon
- Ender Pearl
- Evocation Illager
- Eye Of Ender Signal
- Fireball
- Fireworks Rocket
- Fishing Hook
- Fox
- Frog
- Ghast
- Glow Squid
- Goat
- Guardian
- Hoglin
- Hopper Minecart
- Horse
- Husk
- Iron Golem
- Lightning Bolt
- Lingering Potion
- Llama
- Llama Spit
- Magma Cube
- Minecart
- Mooshroom
- Mule
- Npc
- Ocelot
- Panda
- Parrot
- Phantom
- Pig
- Piglin
- Piglin Brute
- Pillager
- Player
- Polar Bear
- Pufferfish
- Rabbit
- Ravager
- Salmon
- Sheep
- Shulker
- Shulker Bullet
- Silverfish
- Skeleton
- Skeleton Horse
- Slime
- Small Fireball
- Sniffer
- Snowball
- Snow Golem
- Spider
- Splash Potion
- Squid
- Stray
- Strider
- Tadpole
- Thrown Trident
- Tnt
- Tnt Minecart
- Trader Llama
- Tripod Camera
- Tropicalfish
- Turtle
- Vex
- Villager
- Villager V2
- Vindicator
- Wandering Trader
- Warden
- Witch
- Wither
- Wither Skeleton
- Wither Skull
- Wither Skull Dangerous
- Wolf
- Xp Bottle
- Xp Orb
- Zoglin
- Zombie
- Zombie Horse
- Zombie Pigman
- Zombie Villager
- Zombie Villager V2
Links
©
2024, FoxyNoTail