mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
0c2a33861e
- 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
16 lines
271 B
JSON
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
|
|
}
|
|
}
|
|
} |