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

16 lines
362 B
JSON

{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_bottom_top",
"textures": {
"side": "actuallyadditions:blocks/block_firework_box",
"bottom": "#side",
"top": "actuallyadditions:blocks/block_firework_box_top"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}