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

17 lines
321 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_booklet_stand",
2016-11-17 20:23:18 +01:00
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"meta": {
"0": { "y" : 270 },
"1": { "y" : 90 },
"2": { "y" : 180 },
"3": { "y" : 0 }
}
}
}