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

99 lines
2.2 KiB
JSON

{
"format_version": "1.8.0",
"geometry.turtle": {
"texturewidth": 128,
"textureheight": 64,
"bones": [
{
"name": "head",
"parent": "body",
"pivot": [ 0.0, 5.0, -10.0 ],
"cubes": [
{
"origin": [ -3.0, 1.0, -13.0 ],
"size": [ 6.0, 5.0, 6.0 ],
"uv": [ 2.0, 0 ]
}
]
},
{
"name": "eggbelly",
"parent": "body",
"pivot": [ 0.0, 13.0, -10.0 ],
"bind_pose_rotation": [ 90.0, 0.0, 0.0 ],
"cubes": [
{
"origin": [ -4.5, -8.0, -24.0 ],
"size": [ 9.0, 18.0, 1.0 ],
"uv": [ 69.0, 33.0 ]
}
]
},
{
"name": "body",
"pivot": [ 0.0, 13.0, -10.0 ],
"bind_pose_rotation": [ 90.0, 0.0, 0.0 ],
"cubes": [
{
"origin": [ -9.5, -10.0, -20.0 ],
"size": [ 19.0, 20.0, 6.0 ],
"uv": [ 6.0, 37.0 ]
},
{
"origin": [ -5.5, -8.0, -23.0 ],
"size": [ 11.0, 18.0, 3.0 ],
"uv": [ 30.0, 1.0 ]
}
]
},
{
"name": "leg0",
"parent": "body",
"pivot": [ -3.5, 2.0, 11.0 ],
"cubes": [
{
"origin": [ -5.5, 1.0, 11.0 ],
"size": [ 4.0, 1.0, 10.0 ],
"uv": [ 0.0, 23.0 ]
}
]
},
{
"name": "leg1",
"parent": "body",
"pivot": [ 3.5, 2.0, 11.0 ],
"cubes": [
{
"origin": [ 1.5, 1.0, 11.0 ],
"size": [ 4.0, 1.0, 10.0 ],
"uv": [ 0.0, 12.0 ]
}
]
},
{
"name": "leg2",
"parent": "body",
"pivot": [ -5.0, 3.0, -4.0 ],
"cubes": [
{
"origin": [ -18.0, 2.0, -6.0 ],
"size": [ 13.0, 1.0, 5.0 ],
"uv": [ 26.0, 30.0 ]
}
]
},
{
"name": "leg3",
"parent": "body",
"pivot": [ 5.0, 3.0, -4.0 ],
"cubes": [
{
"origin": [ 5.0, 2.0, -6.0 ],
"size": [ 13.0, 1.0, 5.0 ],
"uv": [ 26.0, 24.0 ]
}
]
}
]
}
}