Files
minecraft-assets/assets/minecraft/recipes/cookie.json
2018-01-13 19:17:52 +00: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
}
}