diff --git a/recipes/brew/brew_awkward_wither_rose.json b/recipes/brew/brew_awkward_wither_rose.json new file mode 100644 index 0000000..148d70a --- /dev/null +++ b/recipes/brew/brew_awkward_wither_rose.json @@ -0,0 +1,15 @@ +{ + "format_version": "1.20.10", + "minecraft:recipe_brewing_mix": { + "description": { + "identifier": "minecraft:brew_awkward_wither_rose" + }, + + "tags": [ "brewing_stand" ], + + "input": "minecraft:potion_type:awkward", + "reagent": "minecraft:wither_rose", + "output": "minecraft:potion_type:wither" + } + +}