Create/src/main/resources/assets/create/models/block/block.json

10 lines
195 B
JSON
Raw Normal View History

{
"parent": "block/block",
"display": {
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.625, 0.625, 0.625 ]
}
}
}