2024-12-17 02:08:01 +03:00

20 lines
272 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"CQ",
"QC"
],
"key": {
"Q": {
"item": "minecraft:quartz"
},
"C": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "minecraft:stone",
"data": 3,
"count": 2
}
}