superb-warfare/src/main/resources/assets/superbwarfare/geo/small_cannon_shell.geo.json
2025-04-28 04:16:18 +08:00

37 lines
No EOL
852 B
JSON

{
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.unknown",
"texture_width": 16,
"texture_height": 16,
"visible_bounds_width": 2,
"visible_bounds_height": 2.5,
"visible_bounds_offset": [0, 0.75, 0]
},
"bones": [
{
"name": "bone",
"pivot": [0, 0, 0],
"cubes": [
{
"origin": [-1, -2, -1],
"size": [2, 2, 2],
"pivot": [0, 0, 0],
"rotation": [0, -45, 0],
"uv": {
"north": {"uv": [0, 0], "uv_size": [1, 1]},
"east": {"uv": [0, 1], "uv_size": [1, 1]},
"south": {"uv": [1, 0], "uv_size": [1, 1]},
"west": {"uv": [1, 1], "uv_size": [1, 1]},
"up": {"uv": [0, 2], "uv_size": [1, 1]},
"down": {"uv": [2, 1], "uv_size": [1, -1]}
}
}
]
}
]
}
]
}