mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-11 14:56:44 +01:00
23 lines
678 B
JSON
23 lines
678 B
JSON
|
{
|
||
|
"forge_marker": 1,
|
||
|
"defaults": {
|
||
|
"model": "create:block/stockpile_switch"
|
||
|
},
|
||
|
"variants": {
|
||
|
"indicator": {
|
||
|
"0": { "model": "create:block/stockpile_switch" },
|
||
|
"1": { "model": "create:block/stockpile_switch_1" },
|
||
|
"2": { "model": "create:block/stockpile_switch_2" },
|
||
|
"3": { "model": "create:block/stockpile_switch_3" },
|
||
|
"4": { "model": "create:block/stockpile_switch_4" },
|
||
|
"5": { "model": "create:block/stockpile_switch_5" },
|
||
|
"6": { "model": "create:block/stockpile_switch_6" }
|
||
|
},
|
||
|
"facing": {
|
||
|
"south": { "y": 270 },
|
||
|
"east": { "y": 180 },
|
||
|
"north": { "y": 90 },
|
||
|
"west": { "y": 0 }
|
||
|
}
|
||
|
}
|
||
|
}
|