Create/src/generated/resources/assets/create/blockstates/large_cogwheel.json
simibubi 0c2a33861e Registrate Progress
- Started moving over a few kinetic blocks from AllBlocks to registrate
- Changed runData to only run client data tasks for now
- Added missing bind to the ContraptionRenderer for Stationary Contraptions
2020-05-04 19:57:16 +02:00

16 lines
271 B
JSON

{
"variants": {
"axis=x": {
"model": "create:block/large_cogwheel",
"x": 90,
"y": 90
},
"axis=y": {
"model": "create:block/large_cogwheel"
},
"axis=z": {
"model": "create:block/large_cogwheel",
"x": 90
}
}
}