ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_smiley_cloud.json
2019-11-11 19:04:44 -05:00

17 lines
336 B
JSON

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