ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/block_battery_box.json
2016-12-18 17:28:29 +01:00

16 lines
317 B
JSON

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