-
Bug
-
Resolution: Cannot Reproduce
-
None
-
1.14.1.3 Beta
-
None
-
Unconfirmed
-
Windows
I created a new Brewing Stand recipe using the documentation example found here - https://minecraft.gamepedia.com/Bedrock_Edition_beta_crafting_recipe_documentation#minecraft:recipe_brewing_mix
When trying to add the wheat to the reagent slot, it simply won't let me put it there. Any other vanilla brewing reagents (like nether wart) work perfectly fine.
Is this feature supposed to be working yet or is it not quite there?
I setup the repro in this attached world. Here's the recipe.json
{
"format_version": "1.13.0",
"minecraft:recipe_brewing_mix": {
"description":
,
"tags": [
"brewing_stand"
],
"input": "minecraft:potion",
"reagent": "minecraft:wheat",
"output": "micro_brew:beer"
}
}