20 lines
272 B
JSON
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
|
|
}
|
|
} |