ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockCoffeeMachine.json
2016-11-17 20:23:20 +01:00

17 lines
320 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "actuallyadditions:blockCoffeeMachine",
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"meta": {
"0": { "y" : 180 },
"1": { "y" : 0 },
"2": { "y" : 90 },
"3": { "y" : 270 }
}
}
}