Player - 1.13.0.34

<< back to entity list

Last Updated

The Player entity last updated in Minecraft Version old
View Entity Version History >>

What's Changed:

Changes since stable release 1.12.0.28


      • New Value:
        "format_version": "1.13.0"
        Previous Value:
        "format_version": "1.11.0"
      • New Value:
        "minecraft:breathable": {
            "total_supply": 15,
            "suffocate_time": -1,
            "inhale_time": 3.75,
            "generates_bubbles": false
        }
        Previous Value:
        "minecraft:breathable": {
            "totalSupply": 15,
            "suffocateTime": -1,
            "inhaleTime": 3.75,
            "generatesBubbles": false
        }
      • New Value:
        "minecraft:environment_sensor": {
            "triggers": {
                "filters": {
                 "all_of": [
                    {
                        "test": "has_mob_effect",
                        "subject": "self",
                        "value": "bad_omen"
                    },
                    {
                        "test": "is_in_village",
                        "subject": "self",
                        "value": true
                    }
                 ]
                },
                "event": "minecraft:trigger_raid"
            }
        }
        Previous Value:
        "minecraft:environment_sensor": {
            "filters": {
                "all_of": [
                 {
                    "test": "has_mob_effect",
                    "subject": "self",
                    "value": "bad_omen"
                 },
                 {
                    "test": "is_in_village",
                    "subject": "self",
                    "value": true
                 }
                ]
            },
            "event": "minecraft:trigger_raid"
        }
      • New Value:
        "minecraft:experience_reward": {
            "on_death": "Math.Min(query.player_level * 7, 100)"
        }
      • New Value:
        "minecraft:hurt_on_condition": {
            "damage_conditions": [
                {
                 "filters": {
                    "test": "in_lava",
                    "subject": "self",
                    "operator": "==",
                    "value": true
                 },
                 "cause": "lava",
                 "damage_per_tick": 4
                }
            ]
        }
      • New Value:
        "minecraft:nameable": {
            "always_show": true,
            "allow_name_tag_renaming": false
        }
        Previous Value:
        "minecraft:nameable": {
            "alwaysShow": true,
            "allowNameTagRenaming": false
        }
      • New Value:
        "minecraft:pushable": {
            "is_pushable": false,
            "is_pushable_by_piston": true
        }
      • New Value:
        "minecraft:rideable": {
            "seat_count": 2,
            "family_types": [
                "parrot_tame"
            ],
            "pull_in_entities": true,
            "seats": [
                {
                 "position": [
                    0.4,
                    -0.2,
                    -0.1
                 ],
                 "min_rider_count": 0,
                 "max_rider_count": 0,
                 "lock_rider_rotation": 0
                },
                {
                 "position": [
                    -0.4,
                    -0.2,
                    -0.1
                 ],
                 "min_rider_count": 1,
                 "max_rider_count": 2,
                 "lock_rider_rotation": 0
                }
            ]
        }
        Previous Value:
        "minecraft:rideable": {
            "seat_count": 2,
            "family_types": [
                "parrot_tame"
            ],
            "pull_in_entities": true,
            "seats": [
                {
                 "position": [
                    0.4,
                    -0.15,
                    0.04
                 ],
                 "min_rider_count": 0,
                 "max_rider_count": 0,
                 "lock_rider_rotation": 0
                },
                {
                 "position": [
                    -0.4,
                    -0.15,
                    0.04
                 ],
                 "min_rider_count": 1,
                 "max_rider_count": 2,
                 "lock_rider_rotation": 0
                }
            ]
        }

      • New Value:
        "body": {
            "rotation": [
                0,
                "math.sin(math.sqrt(variable.attack_time) * 360) * 11.46 - this",
                0
            ]
        }
        Previous Value:
        "body": {
            "rotation": [
                0,
                "variable.attack_body_rot_y - this",
                0
            ]
        }
      • New Value:
        "head": {
            "scale": 1.4
        }
        Previous Value:
        "head": {
            "scale": 1.399999976158142
        }
      • New Value:
        "head": {
            "relative_to": {
                "rotation": "entity"
            },
            "rotation": [
                "query.target_x_rotation",
                "query.target_y_rotation",
                0
            ]
        }
        Previous Value:
        "head": {
            "rotation": [
                "query.target_x_rotation",
                "query.target_y_rotation",
                0
            ]
        }
      • New Value:
        "leftarm": {
            "rotation": {
                "0.7": {
                 "post": [
                    "math.lerp(this, 11.25 * math.mod(query.modified_distance_moved, 26.0), variable.leftarmswim_amount)",
                    "math.lerp(this, 180.0, variable.leftarmswim_amount)",
                    "math.lerp(this, 72.77 + 13.4 * math.mod(query.modified_distance_moved, 26.0), variable.leftarmswim_amount)"
                 ],
                 "pre": [
                    "math.lerp(this, 0.0, variable.leftarmswim_amount)",
                    "math.lerp(this, 180.0, variable.leftarmswim_amount)",
                    "math.lerp(this, 180.0 - 0.01877 * (-65.0 * math.mod(query.modified_distance_moved, 26.0) + math.mod(query.modified_distance_moved, 26.0) * math.mod(query.modified_distance_moved, 26.0)), variable.leftarmswim_amount)"
                 ]
                },
                "1.1": [
                 "math.lerp(this, 11.25 * math.mod(query.modified_distance_moved, 26.0), variable.leftarmswim_amount)",
                 "math.lerp(this, 180.0, variable.leftarmswim_amount)",
                 "math.lerp(this, 72.77 + 13.4 * math.mod(query.modified_distance_moved, 26.0), variable.leftarmswim_amount)"
                ],
                "1.3": {
                 "post": [
                    "math.lerp(this, 90.0 - (22.5 * math.mod(query.modified_distance_moved, 26.0)), variable.leftarmswim_amount)",
                    "math.lerp(this, 180.0, variable.leftarmswim_amount)",
                    "math.lerp(this, 180.0, variable.leftarmswim_amount)"
                 ],
                 "pre": [
                    "math.lerp(this, 11.25 * math.mod(query.modified_distance_moved, 26.0), variable.leftarmswim_amount)",
                    "math.lerp(this, 180.0, variable.leftarmswim_amount)",
                    "math.lerp(this, 72.77 + 13.4 * math.mod(query.modified_distance_moved, 26.0), variable.leftarmswim_amount)"
                 ]
                }
            }
        }
        Previous Value:
        "leftarm": {
            "rotation": {
                "0.7": {
                 "post": [
                    "math.lerp(this, 11.25 * variable.internal_swim_pos, variable.leftarmswim_amount)",
                    "math.lerp(this, 180.0, variable.leftarmswim_amount)",
                    "math.lerp(this, 72.77 + 13.4 * variable.internal_swim_pos, variable.leftarmswim_amount)"
                 ],
                 "pre": [
                    "math.lerp(this, 0.0, variable.leftarmswim_amount)",
                    "math.lerp(this, 180.0, variable.leftarmswim_amount)",
                    "math.lerp(this, 180.0 - 0.01877 * (-65.0 * variable.internal_swim_pos + variable.internal_swim_pos * variable.internal_swim_pos), variable.leftarmswim_amount)"
                 ]
                },
                "1.1": [
                 "math.lerp(this, 11.25 * variable.internal_swim_pos, variable.leftarmswim_amount)",
                 "math.lerp(this, 180.0, variable.leftarmswim_amount)",
                 "math.lerp(this, 72.77 + 13.4 * variable.internal_swim_pos, variable.leftarmswim_amount)"
                ],
                "1.3": {
                 "post": [
                    "math.lerp(this, 90.0 - (22.5 * variable.internal_swim_pos), variable.leftarmswim_amount)",
                    "math.lerp(this, 180.0, variable.leftarmswim_amount)",
                    "math.lerp(this, 180.0, variable.leftarmswim_amount)"
                 ],
                 "pre": [
                    "math.lerp(this, 11.25 * variable.internal_swim_pos, variable.leftarmswim_amount)",
                    "math.lerp(this, 180.0, variable.leftarmswim_amount)",
                    "math.lerp(this, 72.77 + 13.4 * variable.internal_swim_pos, variable.leftarmswim_amount)"
                 ]
                }
            }
        }
      • New Value:
        "rightarm": {
            "rotation": [
                "variable.use_item_startup_progress * -60.0 + variable.use_item_interval_progress * 11.25",
                "variable.use_item_startup_progress * -22.5 + variable.use_item_interval_progress * 11.25",
                "variable.use_item_startup_progress * -5.625 + variable.use_item_interval_progress * 11.25"
            ]
        }
        Previous Value:
        "rightarm": {
            "rotation": [
                "variable.useitemstartupprogress * -60.0 + variable.useitemintervalprogress * 11.25",
                "variable.useitemstartupprogress * -22.5 + variable.useitemintervalprogress * 11.25",
                "variable.useitemstartupprogress * -5.625 + variable.useitemintervalprogress * 11.25"
            ]
        }
      • New Value:
        "animation.humanoid.celebrating": {
            "loop": true,
            "bones": {
                "leftarm": {
                 "rotation": [
                    "(math.cos(query.life_time * 800.0) * 2.865)",
                    180,
                    -135
                 ]
                },
                "rightarm": {
                 "rotation": [
                    "(math.cos(query.life_time * 800.0) * 2.865)",
                    180,
                    153
                 ]
                }
            }
        }
      • New Value:
        "animation_length": 1.3
        Previous Value:
        "animation_length": 1.299999952316284
      • New Value:
        "rightarm": {
            "rotation": [
                "math.sin(1.0 - math.pow(1.0 - variable.attack_time, 3.0) * 180.0) * (variable.is_brandishing_spear ? -1.0 : 1.0 )",
                "variable.is_brandishing_spear ? 0.0 : (math.sin(math.sqrt(variable.attack_time) * 360) * 11.46) * 2.0",
                0
            ]
        }
        Previous Value:
        "rightarm": {
            "rotation": [
                "math.sin(1.0 - math.pow(1.0 - variable.attack_time, 3.0) * 180.0) * (variable.is_brandishing_spear ? -1.0 : 1.0 )",
                "variable.is_brandishing_spear ? 0.0 : variable.attack_body_rot_y * 2.0",
                0
            ]
        }
      • New Value:
        "leftarm": {
            "rotation": [
                "math.sin(math.sqrt(variable.attack_time) * 360) * 11.46",
                0,
                0
            ]
        }
        Previous Value:
        "leftarm": {
            "rotation": [
                "variable.attack_body_rot_y",
                0,
                0
            ]
        }
      • New Value:
        "leftleg": {
            "rotation": [
                "variable.tcos0 * -1.4",
                0,
                0
            ]
        }
        Previous Value:
        "leftleg": {
            "rotation": [
                "variable.tcos1 * 1.4",
                0,
                0
            ]
        }
      • Previous Value:
        "leftleg": {
            "rotation": [
                "-math.sin(query.life_time * 76.8) * 2.865",
                0,
                0
            ]
        }
      • New Value:
        "rightarm": {
            "rotation": [
                "-variable.tcos0",
                0,
                0
            ]
        }
        Previous Value:
        "rightarm": {
            "rotation": [
                "variable.tcos1",
                0,
                0
            ]
        }
      • New Value:
        "rightarm": {
            "rotation": {
                "0.7": {
                 "post": [
                    "math.lerp(this, 11.25 * math.mod(query.modified_distance_moved, 26.0), variable.rightarmswim_amount)",
                    "math.lerp(this, 180.0, variable.rightarmswim_amount)",
                    "math.lerp(this, 72.77 + 13.4 * math.mod(query.modified_distance_moved, 26.0), variable.rightarmswim_amount)"
                 ],
                 "pre": [
                    "math.lerp(this, 0.0, variable.rightarmswim_amount)",
                    "math.lerp(this, 180.0, variable.rightarmswim_amount)",
                    "math.lerp(this, -0.1019 * (-65.0 * math.mod(query.modified_distance_moved, 26.0) + math.mod(query.modified_distance_moved, 26.0) * math.mod(query.modified_distance_moved, 26.0)), variable.rightarmswim_amount)"
                 ]
                },
                "1.1": [
                 "math.lerp(this, 11.25 * math.mod(query.modified_distance_moved, 26.0), variable.rightarmswim_amount)",
                 "math.lerp(this, 180.0, variable.rightarmswim_amount)",
                 "math.lerp(this, 72.77 + 13.4 * math.mod(query.modified_distance_moved, 26.0), variable.rightarmswim_amount)"
                ],
                "1.3": {
                 "post": [
                    "math.lerp(this, 90.0 - (22.5 * math.mod(query.modified_distance_moved, 26.0)), variable.rightarmswim_amount)",
                    "math.lerp(this, 180.0, variable.rightarmswim_amount)",
                    "math.lerp(this, 180.0, variable.rightarmswim_amount)"
                 ],
                 "pre": [
                    "math.lerp(this, 11.25 * math.mod(query.modified_distance_moved, 26.0), variable.rightarmswim_amount)",
                    "math.lerp(this, 180.0, variable.rightarmswim_amount)",
                    "math.lerp(this, 72.77 + 13.4 * math.mod(query.modified_distance_moved, 26.0), variable.rightarmswim_amount)"
                 ]
                }
            }
        }
        Previous Value:
        "rightarm": {
            "rotation": {
                "0.7": {
                 "post": [
                    "math.lerp(this, 11.25 * variable.internal_swim_pos, variable.rightarmswim_amount)",
                    "math.lerp(this, 180.0, variable.rightarmswim_amount)",
                    "math.lerp(this, 72.77 + 13.4 * variable.internal_swim_pos, variable.rightarmswim_amount)"
                 ],
                 "pre": [
                    "math.lerp(this, 0.0, variable.rightarmswim_amount)",
                    "math.lerp(this, 180.0, variable.rightarmswim_amount)",
                    "math.lerp(this, -0.1019 * (-65.0 * variable.internal_swim_pos + variable.internal_swim_pos * variable.internal_swim_pos), variable.rightarmswim_amount)"
                 ]
                },
                "1.1": [
                 "math.lerp(this, 11.25 * variable.internal_swim_pos, variable.rightarmswim_amount)",
                 "math.lerp(this, 180.0, variable.rightarmswim_amount)",
                 "math.lerp(this, 72.77 + 13.4 * variable.internal_swim_pos, variable.rightarmswim_amount)"
                ],
                "1.3": {
                 "post": [
                    "math.lerp(this, 90.0 - (22.5 * variable.internal_swim_pos), variable.rightarmswim_amount)",
                    "math.lerp(this, 180.0, variable.rightarmswim_amount)",
                    "math.lerp(this, 180.0, variable.rightarmswim_amount)"
                 ],
                 "pre": [
                    "math.lerp(this, 11.25 * variable.internal_swim_pos, variable.rightarmswim_amount)",
                    "math.lerp(this, 180.0, variable.rightarmswim_amount)",
                    "math.lerp(this, 72.77 + 13.4 * variable.internal_swim_pos, variable.rightarmswim_amount)"
                 ]
                }
            }
        }
      • New Value:
        "leftarm": {
            "rotation": [
                "-68.75 * math.sin(variable.attack_time * 180.0) + 22.92 * (math.sin((1.0 - (1.0 - variable.attack_time) * (1.0 - variable.attack_time)) * 180.0))",
                "5.73 - math.sin(variable.attack_time * 180.0) * 34.38 - this",
                "-this"
            ]
        }
        Previous Value:
        "leftarm": {
            "rotation": [
                "-68.75 * variable.attack2 + 22.92 * variable.attack",
                "5.73 - variable.attack2 * 34.38 - this",
                "-this"
            ]
        }
      • New Value:
        "rightarm": {
            "rotation": [
                "-68.75 * math.sin(variable.attack_time * 180.0) + 22.92 * (math.sin((1.0 - (1.0 - variable.attack_time) * (1.0 - variable.attack_time)) * 180.0))",
                "-5.73 + math.sin(variable.attack_time * 180.0) * 34.38 - this",
                "-this"
            ]
        }
        Previous Value:
        "rightarm": {
            "rotation": [
                "-68.75 * variable.attack2 + 22.92 * variable.attack",
                "-5.73 + variable.attack2 * 34.38 - this",
                "-this"
            ]
        }
      • 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
                    ]
                 }
                ]
            }
        ]
      • 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": "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
            }
        ]
      • New 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
                 }
                ]
            }
        ]

Statistics:

    Can be Ridden by Mobs
    • Default: Parrot Tame
    Families
    • Default: Player
    Movement Speed
    • Default: 0.1
    Other Attributes
    • Attack Damage
    • Can be Renamed
    • Can Climb
    • Has Collisions
    • Has Gravity
    • Pushable by Pistons

    Associated Files:

    Behavior File
    • behavior_packs/vanilla/entities/player.json
    Animations
    • resource_packs/vanilla/animations/humanoid.animation.json
    • resource_packs/vanilla/animations/player.animation.json
    • resource_packs/vanilla/animations/player_firstperson.animation.json
    • resource_packs/vanilla/animations/skeleton.animation.json
    Animation Controllers
    • resource_packs/vanilla/animation_controllers/humanoid.animation_controllers.json
    • resource_packs/vanilla/animation_controllers/persona.animation_controllers.json
    • resource_packs/vanilla/animation_controllers/player.animation_controllers.json
    Entity
    • resource_packs/vanilla/entity/player.entity.json
    Geometry
    • resource_packs/vanilla/models/mobs.json
    Loot Tables
    • behavior_packs/vanilla/loot_tables/empty.json
    Sounds
    • resource_packs/vanilla/sounds/damage/hit1.fsb
    • resource_packs/vanilla/sounds/damage/hit2.fsb
    • resource_packs/vanilla/sounds/damage/hit3.fsb
    • resource_packs/vanilla/sounds/mob/guardian/curse.fsb
    • resource_packs/vanilla/sounds/mob/player/attack/strong1.fsb
    • resource_packs/vanilla/sounds/mob/player/attack/strong2.fsb
    • resource_packs/vanilla/sounds/mob/player/attack/strong3.fsb
    • resource_packs/vanilla/sounds/mob/player/attack/strong4.fsb
    • resource_packs/vanilla/sounds/mob/player/attack/strong5.fsb
    • resource_packs/vanilla/sounds/mob/player/attack/strong6.fsb
    • resource_packs/vanilla/sounds/mob/player/attack/weak1.fsb
    • resource_packs/vanilla/sounds/mob/player/attack/weak2.fsb
    • resource_packs/vanilla/sounds/mob/player/attack/weak3.fsb
    • resource_packs/vanilla/sounds/mob/player/attack/weak4.fsb
    • resource_packs/vanilla/sounds/random/bow.fsb
    Textures
    • resource_packs/vanilla/textures/entity/cape_invisible.png
    • resource_packs/vanilla/textures/entity/steve.png

    Material Info:

    Material: Entity Alphatest
    {
        "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"
        ]
    }
    Material: Player Animated
    {
        "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",
            "USE_UV_ANIM"
        ],
        "+states": [
            "DisableCulling"
        ]
    }