diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/cookie.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/cookie.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/cookie.json b/minecrafttrivia/mcdata/recipes/cookie.json new file mode 100644 index 0000000..dfbc13c --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/cookie.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#X#" + ], + "key": { + "#": { + "item": "minecraft:wheat" + }, + "X": { + "item": "minecraft:cocoa_beans" + } + }, + "result": { + "item": "minecraft:cookie", + "count": 8 + } +}
\ No newline at end of file |