ActuallyAdditions/src/main/resources/oldassets/actuallyadditions/blockstates/block_testifi_bucks_white_slab.json
2019-11-11 19:04:44 -05:00

20 lines
420 B
JSON

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