minecraft-src/assets/minecraft/blockstates/petrified_oak_slab.json
2025-07-04 01:41:11 +03:00

13 lines
No EOL
255 B
JSON

{
"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"
}
}
}