diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/red_dye_from_beetroot.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/red_dye_from_beetroot.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/red_dye_from_beetroot.json b/minecrafttrivia/mcdata/recipes/red_dye_from_beetroot.json new file mode 100644 index 0000000..23b85d8 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/red_dye_from_beetroot.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "group": "red_dye", + "ingredients": [ + { + "item": "minecraft:beetroot" + } + ], + "result": { + "item": "minecraft:red_dye" + } +}
\ No newline at end of file |