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

16 lines
362 B
JSON
Raw Normal View History

2016-11-17 20:23:18 +01:00
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:cube_bottom_top",
"textures": {
2016-11-20 03:44:44 +01:00
"side": "actuallyadditions:blocks/block_firework_box",
2016-11-17 20:23:18 +01:00
"bottom": "#side",
2016-11-20 03:44:44 +01:00
"top": "actuallyadditions:blocks/block_firework_box_top"
2016-11-17 20:23:18 +01:00
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}]
}
}