mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-10 14:26:10 +01:00
19 lines
No EOL
367 B
JSON
19 lines
No EOL
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
|
|
}
|
|
}
|
|
} |