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