1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-14 10:27:14 +00:00
bedrock-samples/resource_pack/models/entity/allay.geo.json
Mike Ammerlaan cb24cd72bb v1.19.60.3
2023-02-07 11:33:27 -08:00

84 lines
1.7 KiB
JSON

{
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.allay",
"texture_width": 32,
"texture_height": 32,
"visible_bounds_width": 1.3,
"visible_bounds_height": 1,
"visible_bounds_offset": [0, 0.4, 0]
},
"bones": [
{
"name": "root",
"pivot": [0, 1, 0]
},
{
"name": "head",
"parent": "root",
"pivot": [0, 5, 0]
},
{
"name": "look_at",
"parent": "head",
"pivot": [0, 5, 0.75],
"cubes": [
{"origin": [-2.5, 5.01, -2.5], "size": [5, 5, 5], "uv": [0, 0]}
]
},
{
"name": "body",
"parent": "root",
"pivot": [0, 5, 0],
"cubes": [
{"origin": [-1.5, 1, -1], "size": [3, 4, 2], "uv": [0, 10]},
{"origin": [-1.5, 0, -1], "size": [3, 5, 2], "inflate": -0.2, "uv": [0, 16]}
],
"locators": {
"lead": [0, 6, 0]
}
},
{
"name": "rightItem",
"parent": "body",
"pivot": [0, 0, -2],
"rotation": [-80, 0, 0]
},
{
"name": "right_arm",
"parent": "body",
"pivot": [-1.75, 4.5, 0],
"cubes": [
{"origin": [-2.5, 1, -1], "size": [1, 4, 2], "uv": [23, 0]}
]
},
{
"name": "left_arm",
"parent": "body",
"pivot": [1.75, 4.5, 0],
"cubes": [
{"origin": [1.5, 1, -1], "size": [1, 4, 2], "uv": [23, 6]}
]
},
{
"name": "left_wing",
"parent": "body",
"pivot": [0.5, 4, 1],
"cubes": [
{"origin": [0.5, -1, 1], "size": [0, 5, 8], "uv": [16, 14]}
]
},
{
"name": "right_wing",
"parent": "body",
"pivot": [-0.5, 4, 1],
"cubes": [
{"origin": [-0.5, -1, 1], "size": [0, 5, 8], "uv": [16, 14]}
]
}
]
}
]
}