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

20 lines
420 B
JSON
Raw Normal View History

2016-11-17 20:23:18 +01:00
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:half_slab",
"textures": {
2016-11-20 03:44:44 +01:00
"bottom": "actuallyadditions:blocks/block_testifi_bucks_white_wall",
2016-11-17 20:23:18 +01:00
"top": "#bottom",
"side": "#bottom"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
2016-11-21 16:23:48 +01:00
"half": {
"bottom": {},
"top": { "model": "minecraft:upper_slab" }
2016-11-17 20:23:18 +01:00
}
}
}