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

22 lines
492 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "actuallyadditions:block_crystal_cluster",
"textures": {
"particle": "actuallyadditions:blocks/block_crystal_cluster"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"facing": {
"down": { "x": 180 },
"up": {},
"north": { "x": 90 },
"south": { "x": 270 },
"west": { "x": 90, "y": 270 },
"east": { "x": 270, "y": 270 }
}
}
}