Flywheel/src/main/resources/assets/create/blockstates/logisticians_table.json

14 lines
223 B
JSON
Raw Normal View History

{
"forge_marker": 1,
"defaults": {
"model": "create:block/logisticians_table"
},
"variants": {
"facing": {
"north": { "y": 180 },
"south": { },
"east": { "y": 270 },
"west": { "y": 90 }
}
}
}