mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-25 15:54:02 +00:00
26 lines
543 B
JSON
26 lines
543 B
JSON
{
|
|
"format_version": "1.12.0",
|
|
"minecraft:geometry": [
|
|
{
|
|
"description": {
|
|
"identifier": "geometry.item_sprite",
|
|
"texture_width": 16,
|
|
"texture_height": 16
|
|
},
|
|
"bones": [
|
|
{
|
|
"name": "body",
|
|
"pivot": [ 0.0, 0.0, 0.0 ],
|
|
"cubes": [
|
|
{
|
|
"origin": [ -8.0, -8.0, 0.0 ],
|
|
"size": [ 16.0, 16.0, 0.0 ],
|
|
"uv": [ 0, 0 ],
|
|
"rotation": [ 0.0, 0.0, 0.0 ]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |