ploof-pack/default/assets/minecraft/blockstates/petrified_oak_slab.json

13 lines
255 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"variants": {
"type=bottom": {
"model": "minecraft:block/petrified_oak_slab"
},
"type=double": {
"model": "minecraft:block/oak_planks"
},
"type=top": {
"model": "minecraft:block/petrified_oak_slab_top"
}
}
}