Create/src/main/resources/assets/create/blockstates/gabbro_slab.json
simibubi 5e628e18cb Stairs, Slabs, Walls, Repeat
- Added partial versions of the building blocks
2019-09-05 22:23:58 +02:00

13 lines
302 B
JSON

{
"forge_marker": 1,
"defaults": {
"uvlock": true
},
"variants": {
"type": {
"top": { "model":"create:block/palettes/gabbro_slab_top" },
"bottom": { "model":"create:block/palettes/gabbro_slab" },
"double": { "model":"create:block/palettes/gabbro" }
}
}
}