ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates_old/block_firework_box.json
2020-11-04 16:33:06 +00: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": [{}]
}
}