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

13 lines
No EOL
231 B
JSON

{
"variants": {
"type=bottom": {
"model": "minecraft:block/tuff_slab"
},
"type=double": {
"model": "minecraft:block/tuff"
},
"type=top": {
"model": "minecraft:block/tuff_slab_top"
}
}
}