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

56 lines
1.2 KiB
JSON

{
"format_version": "1.8.0",
"geometry.endermite": {
"texturewidth": 64,
"textureheight": 32,
"bones": [
{
"name": "section_0",
"parent": "section_2",
"pivot": [ 0.0, 0.0, 0.0 ],
"cubes": [
{
"origin": [ -2, 0, -4.4 ],
"size": [ 4, 3, 2 ],
"uv": [ 0.0, 0.0 ]
}
]
},
{
"name": "section_1",
"parent": "section_2",
"pivot": [ 0.0, 0.0, 0.0 ],
"cubes": [
{
"origin": [ -3, 0, -2.4 ],
"size": [ 6, 4, 5 ],
"uv": [ 0.0, 5.0 ]
}
]
},
{
"name": "section_2",
"pivot": [ 0.0, 0.0, 2.5 ],
"cubes": [
{
"origin": [ -1.5, 0, 2.5 ],
"size": [ 3, 3, 1 ],
"uv": [ 0.0, 14.0 ]
}
]
},
{
"name": "section_3",
"parent": "section_2",
"pivot": [ 0.0, 0.0, 0.0 ],
"cubes": [
{
"origin": [ -0.5, 0, 3.5 ],
"size": [ 1, 2.0, 1 ],
"uv": [ 0.0, 18.0 ]
}
]
}
]
}
}