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

17 lines
338 B
JSON
Raw Normal View History

2016-11-17 20:23:18 +01:00
{
"forge_marker": 1,
"defaults": {
2016-11-20 03:44:44 +01:00
"model": "actuallyadditions:block_coffee_machine",
2016-11-17 20:23:18 +01:00
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
2016-11-21 16:23:48 +01:00
"facing": {
"south": { "y" : 180 },
"west": { "y" : 0 },
"north": { "y" : 90 },
"east": { "y" : 270 }
2016-11-17 20:23:18 +01:00
}
}
}