ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates_old/block_testifi_bucks_green_slab.json

20 lines
420 B
JSON

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