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

28 lines
553 B
JSON

{
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description": {
"identifier": "geometry.experience_orb",
"texture_width": 64,
"texture_height": 64
},
"bones": [
{
"name": "body",
"pivot": [ 8.0, 8.0, 0.0 ],
"cubes": [
{
"origin": [ 0.0, 0.0, 0.0 ],
"size": [ 16.0, 16.0, 0.0 ],
"uv": {
"south": { "uv": [ 0, 0 ] }
}
}
]
}
]
}
]
}