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

19 lines
257 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"#X#"
],
"key": {
"#": {
"item": "minecraft:wheat"
},
"X": {
"item": "minecraft:dye",
"data": 3
}
},
"result": {
"item": "minecraft:cookie",
"count": 8
}
}