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

20 lines
409 B
JSON
Raw Normal View History

2016-05-03 21:26:02 +02:00
{
"forge_marker": 1,
"defaults": {
"model": "minecraft:half_slab",
"textures": {
"bottom": "actuallyadditions:blocks/blocktestifibuckswhitewall",
2016-05-03 21:26:02 +02:00
"top": "#bottom",
"side": "#bottom"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"meta": {
"0": {},
"1": { "model": "minecraft:upper_slab" }
}
}
}