ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_smiley_cloud.json

17 lines
336 B
JSON
Raw Normal View History

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