ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates_old/block_coffee_machine.json

17 lines
338 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "actuallyadditions:block_coffee_machine",
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"facing": {
"south": { "y" : 180 },
"west": { "y" : 0 },
"north": { "y" : 90 },
"east": { "y" : 270 }
}
}
}