mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-14 22:44:07 +01:00
10 lines
460 B
JSON
10 lines
460 B
JSON
{
|
|
"variants": {
|
|
"facing=north":{ "model": "create:block/hand_crank/block" },
|
|
"facing=south":{ "model": "create:block/hand_crank/block", "y": 180 },
|
|
"facing=west": { "model": "create:block/hand_crank/block", "y": 270 },
|
|
"facing=up": { "model": "create:block/hand_crank/block", "x": 270 },
|
|
"facing=down": { "model": "create:block/hand_crank/block", "x": 90 },
|
|
"facing=east": { "model": "create:block/hand_crank/block", "y": 90 }
|
|
}
|
|
} |