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/vex.geo.json
Mike Ammerlaan cb24cd72bb v1.19.60.3
2023-02-07 11:33:27 -08:00

75 lines
1.6 KiB
JSON

{
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.vex.v1.8",
"texture_width": 32,
"texture_height": 32,
"visible_bounds_width": 1.3,
"visible_bounds_height": 1,
"visible_bounds_offset": [0, 0.4, 0]
},
"bones": [
{
"name": "body",
"pivot": [0, 2, 0],
"cubes": [
{"origin": [-1.5, 2, -1], "size": [3, 4, 2], "uv": [0, 10]},
{"origin": [-1.5, 0, -1], "size": [3, 5, 2], "inflate": -0.2, "uv": [0, 16]}
]
},
{
"name": "head",
"parent": "body",
"pivot": [0, 6, 0],
"cubes": [
{"origin": [-2.5, 6, -2.5], "size": [5, 5, 5], "uv": [0, 0]}
]
},
{
"name": "rightArm",
"parent": "body",
"pivot": [-1.75, 5.75, 0],
"cubes": [
{"origin": [-3, 2.25, -1], "size": [2, 4, 2], "inflate": -0.1, "uv": [23, 0]}
]
},
{
"name": "rightItem",
"parent": "rightArm",
"pivot": [-2, 3, 0]
},
{
"name": "leftArm",
"parent": "body",
"pivot": [1.75, 5.75, 0],
"cubes": [
{"origin": [1, 2.25, -1], "size": [2, 4, 2], "inflate": -0.1, "uv": [23, 6]}
]
},
{
"name": "leftItem",
"parent": "leftArm",
"pivot": [2, 3, 0]
},
{
"name": "leftWing",
"parent": "body",
"pivot": [0.5, 5, 1],
"cubes": [
{"origin": [0.5, 0, 1], "size": [8, 5, 0], "uv": [16, 22], "mirror": true}
]
},
{
"name": "rightWing",
"parent": "body",
"pivot": [-0.5, 5, 1],
"cubes": [
{"origin": [-8.5, 0, 1], "size": [8, 5, 0], "uv": [16, 22]}
]
}
]
}
]
}