Create/src/main/resources/assets/create/models/item/flexpeater.json

13 lines
280 B
JSON
Raw Normal View History

{
"parent": "create:block/flexpeater",
"textures": {
"flexpeater_off": "create:block/flexpeater_item"
},
"display": {
"fixed": {
"rotation": [ 270, 0, 0 ],
"translation": [ 0, 0, -3],
"scale":[ 0.5, 0.5, 0.5 ]
}
}
}