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