Files
minecraft-assets/data/minecraft/recipe/diorite.json
2024-06-12 18:31:22 +02:00

20 lines
293 B
JSON

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