ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockEmpowerer.json

16 lines
350 B
JSON

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