minecraft-src/data/minecraft/recipe/diorite.json
2025-07-04 02:00:41 +03:00

16 lines
No EOL
249 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": "minecraft:cobblestone",
"Q": "minecraft:quartz"
},
"pattern": [
"CQ",
"QC"
],
"result": {
"count": 2,
"id": "minecraft:diorite"
}
}