19 lines
257 B
JSON
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
|
|
}
|
|
} |