Version History for the Npc 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.19.50.2
- Resource Packs > Materials > npc
- 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.19.40.2
- Behavior Packs > Entities > npc.json
- The minecraft:npc component was changed in the components subsection of the minecraft:entity sectionNew Value:
"minecraft:npc": {
"npc_data": {
"portrait_offsets": {
"translate": [
-7,
50,
0
],
"scale": [
1.75,
1.75,
1.75
]
},
"picker_offsets": {
"translate": [
0,
20,
0
],
"scale": [
1.7,
1.7,
1.7
]
},
"skin_list": [
{
"variant": 0
},
{
"variant": 1
},
{
"variant": 2
},
{
"variant": 3
},
{
"variant": 4
},
{
"variant": 5
},
{
"variant": 6
},
{
"variant": 7
},
{
"variant": 8
},
{
"variant": 9
},
{
"variant": 10
},
{
"variant": 11
},
{
"variant": 12
},
{
"variant": 13
},
{
"variant": 14
},
{
"variant": 15
},
{
"variant": 16
},
{
"variant": 17
},
{
"variant": 18
},
{
"variant": 19
},
{
"variant": 25
},
{
"variant": 26
},
{
"variant": 27
},
{
"variant": 28
},
{
"variant": 29
},
{
"variant": 30
},
{
"variant": 31
},
{
"variant": 32
},
{
"variant": 33
},
{
"variant": 34
},
{
"variant": 20
},
{
"variant": 21
},
{
"variant": 22
},
{
"variant": 23
},
{
"variant": 24
},
{
"variant": 35
},
{
"variant": 36
},
{
"variant": 37
},
{
"variant": 38
},
{
"variant": 39
},
{
"variant": 40
},
{
"variant": 41
},
{
"variant": 42
},
{
"variant": 43
},
{
"variant": 44
},
{
"variant": 50
},
{
"variant": 51
},
{
"variant": 52
},
{
"variant": 53
},
{
"variant": 54
},
{
"variant": 45
},
{
"variant": 46
},
{
"variant": 47
},
{
"variant": 48
},
{
"variant": 49
},
{
"variant": 55
},
{
"variant": 56
},
{
"variant": 57
},
{
"variant": 58
},
{
"variant": 59
}
]
}
}Previous Value:"minecraft:npc": {
"npc_data": {
"portrait_offsets": {
"translate": [
-7,
50,
0
],
"scale": [
1.75,
1.75,
1.75
]
},
"picker_offsets": {
"translate": [
0,
20,
0
],
"scale": [
1.7,
1.7,
1.7
]
},
"skin_list": [
{
"variant": 0
},
{
"variant": 1
},
{
"variant": 2
},
{
"variant": 3
},
{
"variant": 4
},
{
"variant": 5
},
{
"variant": 6
},
{
"variant": 7
},
{
"variant": 8
},
{
"variant": 9
},
{
"variant": 10
},
{
"variant": 11
},
{
"variant": 12
},
{
"variant": 13
},
{
"variant": 14
},
{
"variant": 15
},
{
"variant": 16
},
{
"variant": 17
},
{
"variant": 18
},
{
"variant": 19
},
{
"variant": 25
},
{
"variant": 26
},
{
"variant": 27
},
{
"variant": 28
},
{
"variant": 29
},
{
"variant": 30
},
{
"variant": 31
},
{
"variant": 32
},
{
"variant": 33
},
{
"variant": 34
},
{
"variant": 20
},
{
"variant": 21
},
{
"variant": 22
},
{
"variant": 23
},
{
"variant": 24
}
]
}
}
- Resource Packs > Entity > npc.entity.json
- New Value:
"textures": {
"npc_1": "textures/entity/npc/npc_1",
"npc_2": "textures/entity/npc/npc_2",
"npc_3": "textures/entity/npc/npc_3",
"npc_4": "textures/entity/npc/npc_4",
"npc_5": "textures/entity/npc/npc_5",
"npc_6": "textures/entity/npc/npc_6",
"npc_7": "textures/entity/npc/npc_7",
"npc_8": "textures/entity/npc/npc_8",
"npc_9": "textures/entity/npc/npc_9",
"npc_10": "textures/entity/npc/npc_10",
"npc_scientist_1": "textures/entity/npc/npc_scientist_1",
"npc_scientist_2": "textures/entity/npc/npc_scientist_2",
"npc_scientist_3": "textures/entity/npc/npc_scientist_3",
"npc_scientist_4": "textures/entity/npc/npc_scientist_4",
"npc_scientist_5": "textures/entity/npc/npc_scientist_5",
"npc_scientist_6": "textures/entity/npc/npc_scientist_6",
"npc_scientist_7": "textures/entity/npc/npc_scientist_7",
"npc_scientist_8": "textures/entity/npc/npc_scientist_8",
"npc_scientist_9": "textures/entity/npc/npc_scientist_9",
"npc_scientist_10": "textures/entity/npc/npc_scientist_10",
"npc_apiary_1": "textures/entity/npc/npc_apiary_1",
"npc_apiary_2": "textures/entity/npc/npc_apiary_2",
"npc_apiary_3": "textures/entity/npc/npc_apiary_3",
"npc_apiary_4": "textures/entity/npc/npc_apiary_4",
"npc_apiary_5": "textures/entity/npc/npc_apiary_5",
"npc_teacher_1": "textures/entity/npc/npc_teacher_1",
"npc_teacher_2": "textures/entity/npc/npc_teacher_2",
"npc_teacher_3": "textures/entity/npc/npc_teacher_3",
"npc_teacher_4": "textures/entity/npc/npc_teacher_4",
"npc_teacher_5": "textures/entity/npc/npc_teacher_5",
"npc_construction_1": "textures/entity/npc/npc_construction_1",
"npc_construction_2": "textures/entity/npc/npc_construction_2",
"npc_construction_3": "textures/entity/npc/npc_construction_3",
"npc_construction_4": "textures/entity/npc/npc_construction_4",
"npc_construction_5": "textures/entity/npc/npc_construction_5",
"npc_Agriculture_1": "textures/entity/npc/npc_Agriculture_1",
"npc_Agriculture_2": "textures/entity/npc/npc_Agriculture_2",
"npc_Agriculture_3": "textures/entity/npc/npc_Agriculture_3",
"npc_Agriculture_4": "textures/entity/npc/npc_Agriculture_4",
"npc_Agriculture_5": "textures/entity/npc/npc_Agriculture_5",
"npc_Agriculture_6": "textures/entity/npc/npc_Agriculture_6",
"npc_Agriculture_7": "textures/entity/npc/npc_Agriculture_7",
"npc_Agriculture_8": "textures/entity/npc/npc_Agriculture_8",
"npc_Agriculture_9": "textures/entity/npc/npc_Agriculture_9",
"npc_Agriculture_10": "textures/entity/npc/npc_Agriculture_10",
"npc_BusinessMobs_1": "textures/entity/npc/npc_BusinessMobs_1",
"npc_BusinessMobs_2": "textures/entity/npc/npc_BusinessMobs_2",
"npc_BusinessMobs_3": "textures/entity/npc/npc_BusinessMobs_3",
"npc_BusinessMobs_4": "textures/entity/npc/npc_BusinessMobs_4",
"npc_BusinessMobs_5": "textures/entity/npc/npc_BusinessMobs_5",
"npc_EverydayBusiness_1": "textures/entity/npc/npc_EverydayBusiness_1",
"npc_EverydayBusiness_2": "textures/entity/npc/npc_EverydayBusiness_2",
"npc_EverydayBusiness_3": "textures/entity/npc/npc_EverydayBusiness_3",
"npc_EverydayBusiness_4": "textures/entity/npc/npc_EverydayBusiness_4",
"npc_EverydayBusiness_5": "textures/entity/npc/npc_EverydayBusiness_5",
"npc_Kiosk_1": "textures/entity/npc/npc_Kiosk_1",
"npc_Kiosk_2": "textures/entity/npc/npc_Kiosk_2",
"npc_Kiosk_3": "textures/entity/npc/npc_Kiosk_3",
"npc_Kiosk_4": "textures/entity/npc/npc_Kiosk_4",
"npc_Kiosk_5": "textures/entity/npc/npc_Kiosk_5"
}Previous Value:"textures": {
"npc_1": "textures/entity/npc/npc_1",
"npc_2": "textures/entity/npc/npc_2",
"npc_3": "textures/entity/npc/npc_3",
"npc_4": "textures/entity/npc/npc_4",
"npc_5": "textures/entity/npc/npc_5",
"npc_6": "textures/entity/npc/npc_6",
"npc_7": "textures/entity/npc/npc_7",
"npc_8": "textures/entity/npc/npc_8",
"npc_9": "textures/entity/npc/npc_9",
"npc_10": "textures/entity/npc/npc_10",
"npc_scientist_1": "textures/entity/npc/npc_scientist_1",
"npc_scientist_2": "textures/entity/npc/npc_scientist_2",
"npc_scientist_3": "textures/entity/npc/npc_scientist_3",
"npc_scientist_4": "textures/entity/npc/npc_scientist_4",
"npc_scientist_5": "textures/entity/npc/npc_scientist_5",
"npc_scientist_6": "textures/entity/npc/npc_scientist_6",
"npc_scientist_7": "textures/entity/npc/npc_scientist_7",
"npc_scientist_8": "textures/entity/npc/npc_scientist_8",
"npc_scientist_9": "textures/entity/npc/npc_scientist_9",
"npc_scientist_10": "textures/entity/npc/npc_scientist_10",
"npc_apiary_1": "textures/entity/npc/npc_apiary_1",
"npc_apiary_2": "textures/entity/npc/npc_apiary_2",
"npc_apiary_3": "textures/entity/npc/npc_apiary_3",
"npc_apiary_4": "textures/entity/npc/npc_apiary_4",
"npc_apiary_5": "textures/entity/npc/npc_apiary_5",
"npc_teacher_1": "textures/entity/npc/npc_teacher_1",
"npc_teacher_2": "textures/entity/npc/npc_teacher_2",
"npc_teacher_3": "textures/entity/npc/npc_teacher_3",
"npc_teacher_4": "textures/entity/npc/npc_teacher_4",
"npc_teacher_5": "textures/entity/npc/npc_teacher_5",
"npc_construction_1": "textures/entity/npc/npc_construction_1",
"npc_construction_2": "textures/entity/npc/npc_construction_2",
"npc_construction_3": "textures/entity/npc/npc_construction_3",
"npc_construction_4": "textures/entity/npc/npc_construction_4",
"npc_construction_5": "textures/entity/npc/npc_construction_5"
}
- Resource Packs > Render Controllers > npc.render_controllers.json
- New Value:
"arrays": {
"textures": {
"Array.skins": [
"Texture.npc_1",
"Texture.npc_2",
"Texture.npc_3",
"Texture.npc_4",
"Texture.npc_5",
"Texture.npc_6",
"Texture.npc_7",
"Texture.npc_8",
"Texture.npc_9",
"Texture.npc_10",
"Texture.npc_scientist_1",
"Texture.npc_scientist_2",
"Texture.npc_scientist_3",
"Texture.npc_scientist_4",
"Texture.npc_scientist_5",
"Texture.npc_scientist_6",
"Texture.npc_scientist_7",
"Texture.npc_scientist_8",
"Texture.npc_scientist_9",
"Texture.npc_scientist_10",
"Texture.npc_apiary_1",
"Texture.npc_apiary_2",
"Texture.npc_apiary_3",
"Texture.npc_apiary_4",
"Texture.npc_apiary_5",
"Texture.npc_teacher_1",
"Texture.npc_teacher_2",
"Texture.npc_teacher_3",
"Texture.npc_teacher_4",
"Texture.npc_teacher_5",
"Texture.npc_construction_1",
"Texture.npc_construction_2",
"Texture.npc_construction_3",
"Texture.npc_construction_4",
"Texture.npc_construction_5",
"Texture.npc_Agriculture_1",
"Texture.npc_Agriculture_2",
"Texture.npc_Agriculture_3",
"Texture.npc_Agriculture_4",
"Texture.npc_Agriculture_5",
"Texture.npc_Agriculture_6",
"Texture.npc_Agriculture_7",
"Texture.npc_Agriculture_8",
"Texture.npc_Agriculture_9",
"Texture.npc_Agriculture_10",
"Texture.npc_BusinessMobs_1",
"Texture.npc_BusinessMobs_2",
"Texture.npc_BusinessMobs_3",
"Texture.npc_BusinessMobs_4",
"Texture.npc_BusinessMobs_5",
"Texture.npc_EverydayBusiness_1",
"Texture.npc_EverydayBusiness_2",
"Texture.npc_EverydayBusiness_3",
"Texture.npc_EverydayBusiness_4",
"Texture.npc_EverydayBusiness_5",
"Texture.npc_Kiosk_1",
"Texture.npc_Kiosk_2",
"Texture.npc_Kiosk_3",
"Texture.npc_Kiosk_4",
"Texture.npc_Kiosk_5"
]
}
}Previous Value:"arrays": {
"textures": {
"Array.skins": [
"Texture.npc_1",
"Texture.npc_2",
"Texture.npc_3",
"Texture.npc_4",
"Texture.npc_5",
"Texture.npc_6",
"Texture.npc_7",
"Texture.npc_8",
"Texture.npc_9",
"Texture.npc_10",
"Texture.npc_scientist_1",
"Texture.npc_scientist_2",
"Texture.npc_scientist_3",
"Texture.npc_scientist_4",
"Texture.npc_scientist_5",
"Texture.npc_scientist_6",
"Texture.npc_scientist_7",
"Texture.npc_scientist_8",
"Texture.npc_scientist_9",
"Texture.npc_scientist_10",
"Texture.npc_apiary_1",
"Texture.npc_apiary_2",
"Texture.npc_apiary_3",
"Texture.npc_apiary_4",
"Texture.npc_apiary_5",
"Texture.npc_teacher_1",
"Texture.npc_teacher_2",
"Texture.npc_teacher_3",
"Texture.npc_teacher_4",
"Texture.npc_teacher_5",
"Texture.npc_construction_1",
"Texture.npc_construction_2",
"Texture.npc_construction_3",
"Texture.npc_construction_4",
"Texture.npc_construction_5"
]
}
} - New Value:
"part_visibility": [
{
"*": false,
"head": true,
"hat": true,
"nose": true,
"body": true,
"arms": true,
"leg0": true,
"leg1": true,
"jacket": true
}
]Previous Value:"part_visibility": [
{
"*": false,
"head": true,
"nose": true,
"body": true,
"arms": true,
"leg0": true,
"leg1": true
}
]
Changes in version 1.19.30.4
- Behavior Packs > Entities > npc.json
- New Value:
"minecraft:behavior.look_at_player": {
"priority": 0,
"look_distance": 6,
"probability": 0.02
} - New Value:
"minecraft:collision_box": {
"width": 0.6,
"height": 2.1
} - New Value:
"minecraft:damage_sensor": {
"triggers": {
"cause": "all",
"deals_damage": false
}
} - New Value:
"minecraft:fire_immune": true
- New Value:
"minecraft:loot": {
"table": "loot_tables/empty.json"
} - New Value:
"minecraft:movement": {
"value": 0.5
} - The minecraft:npc component was added into the components subsection of the minecraft:entity sectionNew Value:
"minecraft:npc": {
"npc_data": {
"portrait_offsets": {
"translate": [
-7,
50,
0
],
"scale": [
1.75,
1.75,
1.75
]
},
"picker_offsets": {
"translate": [
0,
20,
0
],
"scale": [
1.7,
1.7,
1.7
]
},
"skin_list": [
{
"variant": 0
},
{
"variant": 1
},
{
"variant": 2
},
{
"variant": 3
},
{
"variant": 4
},
{
"variant": 5
},
{
"variant": 6
},
{
"variant": 7
},
{
"variant": 8
},
{
"variant": 9
},
{
"variant": 10
},
{
"variant": 11
},
{
"variant": 12
},
{
"variant": 13
},
{
"variant": 14
},
{
"variant": 15
},
{
"variant": 16
},
{
"variant": 17
},
{
"variant": 18
},
{
"variant": 19
},
{
"variant": 25
},
{
"variant": 26
},
{
"variant": 27
},
{
"variant": 28
},
{
"variant": 29
},
{
"variant": 30
},
{
"variant": 31
},
{
"variant": 32
},
{
"variant": 33
},
{
"variant": 34
},
{
"variant": 20
},
{
"variant": 21
},
{
"variant": 22
},
{
"variant": 23
},
{
"variant": 24
}
]
}
} - New Value:
"minecraft:persistent": []
- New Value:
"minecraft:physics": []
- New Value:
"minecraft:type_family": {
"family": [
"npc",
"mob"
]
} - New Value:
"description": {
"identifier": "minecraft:npc",
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
} - New Value:
"format_version": "1.19.30"
Previous Value:"format_version": "1.13.0"
Changes in version 1.18.30.4
- Behavior Packs > Entities > npc.json
- Previous Value:
"minecraft:behavior.look_at_player": {
"priority": 0,
"look_distance": 6,
"probability": 0.02
} - Previous Value:
"minecraft:collision_box": {
"width": 0.6,
"height": 2.1
} - Previous Value:
"minecraft:conditional_bandwidth_optimization": []
- Previous Value:
"minecraft:damage_sensor": {
"triggers": {
"cause": "all",
"deals_damage": false
}
} - Previous Value:
"minecraft:fire_immune": true
- Previous Value:
"minecraft:loot": {
"table": "loot_tables/empty.json"
} - Previous Value:
"minecraft:movement": {
"value": 0.5
} - Previous Value:
"minecraft:npc": {
"npc_data": {
"portrait_offsets": {
"translate": [
-7,
50,
0
],
"scale": [
1.75,
1.75,
1.75
]
},
"picker_offsets": {
"translate": [
0,
20,
0
],
"scale": [
1.7,
1.7,
1.7
]
},
"skin_list": [
{
"variant": 0
},
{
"variant": 1
},
{
"variant": 2
},
{
"variant": 3
},
{
"variant": 4
},
{
"variant": 5
},
{
"variant": 6
},
{
"variant": 7
},
{
"variant": 8
},
{
"variant": 9
},
{
"variant": 10
},
{
"variant": 11
},
{
"variant": 12
},
{
"variant": 13
},
{
"variant": 14
},
{
"variant": 15
},
{
"variant": 16
},
{
"variant": 17
},
{
"variant": 18
},
{
"variant": 19
},
{
"variant": 20
},
{
"variant": 21
},
{
"variant": 22
},
{
"variant": 23
},
{
"variant": 24
}
]
}
} - Previous Value:
"minecraft:persistent": []
- Previous Value:
"minecraft:physics": []
- Previous Value:
"minecraft:type_family": {
"family": [
"npc",
"mob"
]
} - Previous Value:
"description": {
"identifier": "minecraft:npc",
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
}
- Resource Packs > Entity > npc.entity.json
- New Value:
"textures": {
"npc_1": "textures/entity/npc/npc_1",
"npc_2": "textures/entity/npc/npc_2",
"npc_3": "textures/entity/npc/npc_3",
"npc_4": "textures/entity/npc/npc_4",
"npc_5": "textures/entity/npc/npc_5",
"npc_6": "textures/entity/npc/npc_6",
"npc_7": "textures/entity/npc/npc_7",
"npc_8": "textures/entity/npc/npc_8",
"npc_9": "textures/entity/npc/npc_9",
"npc_10": "textures/entity/npc/npc_10",
"npc_scientist_1": "textures/entity/npc/npc_scientist_1",
"npc_scientist_2": "textures/entity/npc/npc_scientist_2",
"npc_scientist_3": "textures/entity/npc/npc_scientist_3",
"npc_scientist_4": "textures/entity/npc/npc_scientist_4",
"npc_scientist_5": "textures/entity/npc/npc_scientist_5",
"npc_scientist_6": "textures/entity/npc/npc_scientist_6",
"npc_scientist_7": "textures/entity/npc/npc_scientist_7",
"npc_scientist_8": "textures/entity/npc/npc_scientist_8",
"npc_scientist_9": "textures/entity/npc/npc_scientist_9",
"npc_scientist_10": "textures/entity/npc/npc_scientist_10",
"npc_apiary_1": "textures/entity/npc/npc_apiary_1",
"npc_apiary_2": "textures/entity/npc/npc_apiary_2",
"npc_apiary_3": "textures/entity/npc/npc_apiary_3",
"npc_apiary_4": "textures/entity/npc/npc_apiary_4",
"npc_apiary_5": "textures/entity/npc/npc_apiary_5",
"npc_teacher_1": "textures/entity/npc/npc_teacher_1",
"npc_teacher_2": "textures/entity/npc/npc_teacher_2",
"npc_teacher_3": "textures/entity/npc/npc_teacher_3",
"npc_teacher_4": "textures/entity/npc/npc_teacher_4",
"npc_teacher_5": "textures/entity/npc/npc_teacher_5",
"npc_construction_1": "textures/entity/npc/npc_construction_1",
"npc_construction_2": "textures/entity/npc/npc_construction_2",
"npc_construction_3": "textures/entity/npc/npc_construction_3",
"npc_construction_4": "textures/entity/npc/npc_construction_4",
"npc_construction_5": "textures/entity/npc/npc_construction_5"
}Previous Value:"textures": {
"npc_1": "textures/entity/npc/npc_1",
"npc_2": "textures/entity/npc/npc_2",
"npc_3": "textures/entity/npc/npc_3",
"npc_4": "textures/entity/npc/npc_4",
"npc_5": "textures/entity/npc/npc_5",
"npc_6": "textures/entity/npc/npc_6",
"npc_7": "textures/entity/npc/npc_7",
"npc_8": "textures/entity/npc/npc_8",
"npc_9": "textures/entity/npc/npc_9",
"npc_10": "textures/entity/npc/npc_10",
"npc_scientist_1": "textures/entity/npc/npc_scientist_1",
"npc_scientist_2": "textures/entity/npc/npc_scientist_2",
"npc_scientist_3": "textures/entity/npc/npc_scientist_3",
"npc_scientist_4": "textures/entity/npc/npc_scientist_4",
"npc_scientist_5": "textures/entity/npc/npc_scientist_5",
"npc_scientist_6": "textures/entity/npc/npc_scientist_6",
"npc_scientist_7": "textures/entity/npc/npc_scientist_7",
"npc_scientist_8": "textures/entity/npc/npc_scientist_8",
"npc_scientist_9": "textures/entity/npc/npc_scientist_9",
"npc_scientist_10": "textures/entity/npc/npc_scientist_10"
}
- Resource Packs > Render Controllers > npc.render_controllers.json
- New Value:
"arrays": {
"textures": {
"Array.skins": [
"Texture.npc_1",
"Texture.npc_2",
"Texture.npc_3",
"Texture.npc_4",
"Texture.npc_5",
"Texture.npc_6",
"Texture.npc_7",
"Texture.npc_8",
"Texture.npc_9",
"Texture.npc_10",
"Texture.npc_scientist_1",
"Texture.npc_scientist_2",
"Texture.npc_scientist_3",
"Texture.npc_scientist_4",
"Texture.npc_scientist_5",
"Texture.npc_scientist_6",
"Texture.npc_scientist_7",
"Texture.npc_scientist_8",
"Texture.npc_scientist_9",
"Texture.npc_scientist_10",
"Texture.npc_apiary_1",
"Texture.npc_apiary_2",
"Texture.npc_apiary_3",
"Texture.npc_apiary_4",
"Texture.npc_apiary_5",
"Texture.npc_teacher_1",
"Texture.npc_teacher_2",
"Texture.npc_teacher_3",
"Texture.npc_teacher_4",
"Texture.npc_teacher_5",
"Texture.npc_construction_1",
"Texture.npc_construction_2",
"Texture.npc_construction_3",
"Texture.npc_construction_4",
"Texture.npc_construction_5"
]
}
}Previous Value:"arrays": {
"textures": {
"Array.skins": [
"Texture.npc_1",
"Texture.npc_2",
"Texture.npc_3",
"Texture.npc_4",
"Texture.npc_5",
"Texture.npc_6",
"Texture.npc_7",
"Texture.npc_8",
"Texture.npc_9",
"Texture.npc_10",
"Texture.npc_scientist_1",
"Texture.npc_scientist_2",
"Texture.npc_scientist_3",
"Texture.npc_scientist_4",
"Texture.npc_scientist_5",
"Texture.npc_scientist_6",
"Texture.npc_scientist_7",
"Texture.npc_scientist_8",
"Texture.npc_scientist_9",
"Texture.npc_scientist_10"
]
}
}
Changes in version 1.17.30.4
- Behavior Packs > Entities > npc.json
- New Value:
"minecraft:nameable": {
"always_show": false,
"allow_name_tag_renaming": false
}Previous Value:"minecraft:nameable": {
"always_show": true,
"allow_name_tag_renaming": false
} - The minecraft:npc component was changed in the components subsection of the minecraft:entity sectionNew Value:
"minecraft:npc": {
"npc_data": {
"portrait_offsets": {
"translate": [
-7,
50,
0
],
"scale": [
1.75,
1.75,
1.75
]
},
"picker_offsets": {
"translate": [
0,
20,
0
],
"scale": [
1.7,
1.7,
1.7
]
},
"skin_list": [
{
"variant": 0
},
{
"variant": 1
},
{
"variant": 2
},
{
"variant": 3
},
{
"variant": 4
},
{
"variant": 5
},
{
"variant": 6
},
{
"variant": 7
},
{
"variant": 8
},
{
"variant": 9
},
{
"variant": 10
},
{
"variant": 11
},
{
"variant": 12
},
{
"variant": 13
},
{
"variant": 14
},
{
"variant": 15
},
{
"variant": 16
},
{
"variant": 17
},
{
"variant": 18
},
{
"variant": 19
},
{
"variant": 20
},
{
"variant": 21
},
{
"variant": 22
},
{
"variant": 23
},
{
"variant": 24
}
]
}
}Previous Value:"minecraft:npc": {
"npc_data": {
"portrait_offsets": {
"translate": [
-7,
50,
0
],
"scale": [
1.75,
1.75,
1.75
]
},
"picker_offsets": {
"translate": [
0,
20,
0
],
"scale": [
1.7,
1.7,
1.7
]
},
"skin_list": [
{
"variant": 0
},
{
"variant": 1
},
{
"variant": 2
},
{
"variant": 3
},
{
"variant": 4
},
{
"variant": 5
},
{
"variant": 6
},
{
"variant": 7
},
{
"variant": 8
},
{
"variant": 9
},
{
"variant": 10
},
{
"variant": 11
},
{
"variant": 12
},
{
"variant": 13
},
{
"variant": 14
},
{
"variant": 15
},
{
"variant": 16
},
{
"variant": 17
},
{
"variant": 18
},
{
"variant": 19
}
]
}
}
Changes in version 1.16.100.04
- Behavior Packs > Entities > npc.json
- New Value:
"minecraft:conditional_bandwidth_optimization": []
Changes in version 1.16.0.2
- Behavior Packs > Entities > npc.json
- Previous Value:
"minecraft:health": {
"value": 20,
"max": 20,
"min": 20
}
- Resource Packs > Entity > npc.entity.json
- New Value:
"animations": {
"general": "animation.npc.general",
"look_at_target": "animation.common.look_at_target",
"move": "animation.npc.move",
"baby_transform": "animation.npc.baby_transform"
} - New Value:
"materials": {
"default": "npc"
} - New Value:
"render_controllers": [
"controller.render.npc"
] - New Value:
"scripts": {
"animate": [
"general",
{
"move": "query.modified_move_speed"
},
"look_at_target",
{
"baby_transform": "query.is_baby"
}
]
} - New Value:
"textures": {
"npc_1": "textures/entity/npc/npc_1",
"npc_2": "textures/entity/npc/npc_2",
"npc_3": "textures/entity/npc/npc_3",
"npc_4": "textures/entity/npc/npc_4",
"npc_5": "textures/entity/npc/npc_5",
"npc_6": "textures/entity/npc/npc_6",
"npc_7": "textures/entity/npc/npc_7",
"npc_8": "textures/entity/npc/npc_8",
"npc_9": "textures/entity/npc/npc_9",
"npc_10": "textures/entity/npc/npc_10",
"npc_scientist_1": "textures/entity/npc/npc_scientist_1",
"npc_scientist_2": "textures/entity/npc/npc_scientist_2",
"npc_scientist_3": "textures/entity/npc/npc_scientist_3",
"npc_scientist_4": "textures/entity/npc/npc_scientist_4",
"npc_scientist_5": "textures/entity/npc/npc_scientist_5",
"npc_scientist_6": "textures/entity/npc/npc_scientist_6",
"npc_scientist_7": "textures/entity/npc/npc_scientist_7",
"npc_scientist_8": "textures/entity/npc/npc_scientist_8",
"npc_scientist_9": "textures/entity/npc/npc_scientist_9",
"npc_scientist_10": "textures/entity/npc/npc_scientist_10"
} - New Value:
"format_version": "1.10.0"
Previous Value:"format_version": "1.8.0"
Changes in version 1.13.0.34
- Behavior Packs > Entities > npc.json
- New Value:
"minecraft:persistent": []
- 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
} - New Value:
"minecraft:type_family": {
"family": [
"npc",
"mob"
]
}Previous Value:"minecraft:type_family": {
"family": [
"npc"
]
}
- 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