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/parrot.geo.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

149 lines
3.3 KiB
JSON

{
"format_version": "1.10.0",
"geometry.parrot": {
"visible_bounds_width": 1,
"visible_bounds_height": 1,
"visible_bounds_offset": [ 0, 0.5, 0 ],
"texturewidth": 32,
"textureheight": 32,
"bones": [
{
"name": "head",
"parent": "body",
"pivot": [ 0.0, 8.3, -2.8 ],
"locators": {
"lead": [ 0.0, 6.0, -4.0 ]
},
"cubes": [
{
"origin": [ -1.0, 6.8, -3.8 ],
"size": [ 2.0, 3.0, 2.0 ],
"uv": [ 2, 2 ]
}
]
},
{
"name": "head2",
"parent": "head",
"pivot": [ 0.0, 26.0, -1.0 ],
"cubes": [
{
"origin": [ -1.0, 9.8, -5.8 ],
"size": [ 2.0, 1.0, 4.0 ],
"uv": [ 10, 0 ]
}
]
},
{
"name": "beak1",
"parent": "head",
"pivot": [ 0.0, 24.5, -1.5 ],
"cubes": [
{
"origin": [ -0.5, 7.8, -4.7 ],
"size": [ 1.0, 2.0, 1.0 ],
"uv": [ 11, 7 ]
}
]
},
{
"name": "beak2",
"parent": "head",
"pivot": [ 0.0, 25.8, -2.5 ],
"cubes": [
{
"origin": [ -0.5, 8.1, -5.7 ],
"size": [ 1.0, 1.7, 1.0 ],
"uv": [ 16, 7 ]
}
]
},
{
"name": "body",
"pivot": [ 0.0, 7.5, -3.0 ],
"bind_pose_rotation": [ 28.287, 0.0, 0.0 ],
"cubes": [
{
"origin": [ -1.5, 1.5, -4.5 ],
"size": [ 3.0, 6.0, 3.0 ],
"uv": [ 2, 8 ]
}
]
},
{
"name": "tail",
"parent": "body",
"pivot": [ 0.0, 2.9, 1.2 ],
"cubes": [
{
"origin": [ -1.5, -0.1, 0.2 ],
"size": [ 3.0, 4.0, 1.0 ],
"uv": [ 22, 1 ]
}
]
},
{
"name": "wing0",
"parent": "body",
"pivot": [ 1.5, 7.1, -2.8 ],
"cubes": [
{
"origin": [ 1.0, 2.1, -4.3 ],
"size": [ 1.0, 5.0, 3.0 ],
"uv": [ 19, 8 ]
}
]
},
{
"name": "wing1",
"parent": "body",
"pivot": [ -1.5, 7.1, -2.8 ],
"cubes": [
{
"origin": [ -2.0, 2.1, -4.3 ],
"size": [ 1.0, 5.0, 3.0 ],
"uv": [ 19, 8 ]
}
]
},
{
"name": "feather",
"parent": "head",
"pivot": [ 0.0, 10.1, 0.2 ],
"bind_pose_rotation": [ -12.685, 0.0, 0.0 ],
"cubes": [
{
"origin": [ 0.0, 9.1, -4.9 ],
"size": [ 0.0, 5.0, 4.0 ],
"uv": [ 2, 18 ]
}
]
},
{
"name": "leg0",
"parent": "body",
"pivot": [ 1.5, 1.0, -0.5 ],
"cubes": [
{
"origin": [ 0.5, -0.5, -1.5 ],
"size": [ 1.0, 2.0, 1.0 ],
"uv": [ 14, 18 ]
}
]
},
{
"name": "leg1",
"parent": "body",
"pivot": [ -0.5, 1.0, -0.5 ],
"cubes": [
{
"origin": [ -1.5, -0.5, -1.5 ],
"size": [ 1.0, 2.0, 1.0 ],
"uv": [ 14, 18 ]
}
]
}
]
}
}