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

50 lines
1.1 KiB
JSON

{
"format_version": "1.8.0",
"geometry.evocation_fang": {
"visible_bounds_width": 1.5,
"visible_bounds_height": 3,
"visible_bounds_offset": [ 0, 1.5, 0 ],
"texturewidth": 64,
"textureheight": 32,
"bones": [
{
"name": "upper_jaw",
"parent": "base",
"pivot": [ 0.0, 11.0, 0.0 ],
"cubes": [
{
"origin": [ -1.5, 0.0, -4.0 ],
"size": [ 4.0, 14.0, 8.0 ],
"uv": [ 40, 0 ],
"inflate": 0.01
}
]
},
{
"name": "lower_jaw",
"parent": "base",
"pivot": [ 0.0, 11.0, 0.0 ],
"bind_pose_rotation": [ 0.0, 180.0, 0.0 ],
"cubes": [
{
"origin": [ -1.5, 0.0, -4.0 ],
"size": [ 4.0, 14.0, 8.0 ],
"uv": [ 40, 0 ]
}
]
},
{
"name": "base",
"pivot": [ 0.0, 0.0, 0.0 ],
"bind_pose_rotation": [0.0, 90.0, 0.0],
"cubes": [
{
"origin": [ -5.0, 0.0, -5.0 ],
"size": [ 10.0, 12.0, 10.0 ],
"uv": [ 0, 0 ]
}
]
}
]
}
}