MineLittlePony/src/main/resources/assets/minelittlepony/models/gear/crown.json
2022-07-05 22:50:40 +02:00

10 lines
152 B
JSON

{
"texture": {"w": 64, "h": 32},
"data": {
"crown": {
"cubes": [
{ "from": [-4, -6, -6], "size": [ 8, 8, 8], "dilate": 0.5 }
]
}
}
}