mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 15:34:39 +01:00
19 lines
367 B
JSON
19 lines
367 B
JSON
|
{
|
||
|
"variants": {
|
||
|
"facing=north": {
|
||
|
"model": "create:block/schematic_table",
|
||
|
"y": 180
|
||
|
},
|
||
|
"facing=south": {
|
||
|
"model": "create:block/schematic_table"
|
||
|
},
|
||
|
"facing=west": {
|
||
|
"model": "create:block/schematic_table",
|
||
|
"y": 90
|
||
|
},
|
||
|
"facing=east": {
|
||
|
"model": "create:block/schematic_table",
|
||
|
"y": 270
|
||
|
}
|
||
|
}
|
||
|
}
|