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

48 lines
1.1 KiB
JSON

{
"format_version": "1.8.0",
"geometry.shulker": {
"visible_bounds_width": 3,
"visible_bounds_height": 3,
"visible_bounds_offset": [ 0, 0.5, 0 ],
"texturewidth": 64,
"textureheight": 64,
"bones": [
{
"name": "lid",
"pivot": [ 0.0, 0.0, 0.0 ],
"rotation": [ 0.0, 0.0, 0.0 ],
"cubes": [
{
"origin": [ -8.0, 4.0, -8.0 ],
"size": [ 16.0, 12.0, 16.0 ],
"uv": [ 0, 0 ]
}
]
},
{
"name": "base",
"pivot": [ 0.0, 0.0, 0.0 ],
"rotation": [ 0.0, 0.0, 0.0 ],
"cubes": [
{
"origin": [ -8.0, 0.0, -8.0 ],
"size": [ 16.0, 8.0, 16.0 ],
"uv": [ 0, 28 ]
}
]
},
{
"name": "head",
"pivot": [ 0.0, 12.0, 0.0 ],
"rotation": [ 0.0, 0.0, 0.0 ],
"cubes": [
{
"origin": [ -3.0, 6.0, -3.0 ],
"size": [ 6.0, 6.0, 6.0 ],
"uv": [ 0, 52 ]
}
]
}
]
}
}