ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/blockQuartzSlab.json
2016-11-17 20:23:20 +01:00

20 lines
403 B
JSON

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