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

13 lines
No EOL
244 B
JSON

{
"variants": {
"type=bottom": {
"model": "minecraft:block/cherry_slab"
},
"type=double": {
"model": "minecraft:block/cherry_planks"
},
"type=top": {
"model": "minecraft:block/cherry_slab_top"
}
}
}