Create/src/main/resources/assets/create/models/item/cogwheel.json
simibubi 68e3be9b43 Crafting recipes
- Added crafting, smelting and stonecutting recipes for all added blocks
2019-09-10 12:09:48 +02:00

10 lines
206 B
JSON

{
"parent": "create:block/cogwheel",
"display": {
"fixed": {
"rotation": [ 90, 0, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
}
}
}