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

112 lines
2.6 KiB
JSON

{
"format_version": "1.8.0",
"geometry.salmon": {
"visible_bounds_width": 0.5,
"visible_bounds_height": 0.5,
"visible_bounds_offset": [ 0.0, 0.5, 0.0 ],
"texturewidth": 32,
"textureheight": 32,
"bones": [
{
"name": "body_front",
"pivot": [ 0.0, 0.0, -4.0 ],
"cubes": [
{
"origin": [ -1.5, 3.5, -4.0 ],
"size": [ 3.0, 5.0, 8.0 ],
"uv": [ 0.0, 0.0 ]
}
]
},
{
"name": "body_back",
"parent": "body_front",
"pivot": [ 0.0, 0.0, 4.0 ],
"cubes": [
{
"origin": [ -1.5, 3.5, 4.0 ],
"size": [ 3.0, 5.0, 8.0 ],
"uv": [ 0.0, 13.0 ]
}
]
},
{
"name": "dorsal_front",
"parent": "body_front",
"pivot": [ 0.0, 5.0, 2.0 ],
"cubes": [
{
"origin": [ 0.0, 8.5, 2.0 ],
"size": [ 0.0, 2.0, 2.0 ],
"uv": [ 4.0, 2.0 ]
}
]
},
{
"name": "dorsal_back",
"parent": "body_back",
"pivot": [ 0.0, 5.0, 4.0 ],
"cubes": [
{
"origin": [ 0.0, 8.5, 4.0 ],
"size": [ 0.0, 2.0, 3.0 ],
"uv": [ 2.0, 3.0 ]
}
]
},
{
"name": "tailfin",
"parent": "body_back",
"pivot": [ 0.0, 0.0, 12.0 ],
"cubes": [
{
"origin": [ 0.0, 3.5, 12.0 ],
"size": [ 0.0, 5.0, 6.0 ],
"uv": [ 20.0, 10.0 ]
}
]
},
{
"name": "head",
"parent": "body_front",
"pivot": [ 0.0, 3.0, -4.0 ],
"locators": {
"lead": [ 0.0, 3.0, -4.0 ]
},
"cubes": [
{
"origin": [ -1.0, 4.5, -7.0 ],
"size": [ 2.0, 4.0, 3.0 ],
"uv": [ 22.0, 0.0 ]
}
]
},
{
"name": "leftFin",
"parent": "body_front",
"pivot": [ 1.5, 1.0, -4.0 ],
"rotation": [ 0.0, 0.0, 35.0 ],
"cubes": [
{
"origin": [ -0.50752, 3.86703, -4.0 ],
"size": [ 2.0, 0.0, 2.0 ],
"uv": [ 2.0, 0.0 ]
}
]
},
{
"name": "rightFin",
"parent": "body_front",
"pivot": [ -1.5, 1.0, -4.0 ],
"rotation": [ 0.0, 0.0, -35.0 ],
"cubes": [
{
"origin": [ -1.49258, 3.86703, -4.0 ],
"size": [ 2.0, 0.0, 2.0 ],
"uv": [ -2.0, 0.0 ]
}
]
}
]
}
}