Create/src/generated/resources/assets/create/blockstates/schematic_table.json

19 lines
367 B
JSON
Raw Normal View History

{
"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
}
}
}