minecraft-src/data/minecraft/recipe/granite_slab.json
2025-07-04 01:41:11 +03:00

16 lines
No EOL
234 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:granite"
}
},
"pattern": [
"###"
],
"result": {
"count": 6,
"id": "minecraft:granite_slab"
}
}