Potion Brewing keeps going & consuming ascendium
Opened this issue · 0 comments
ROTARTSI82 commented
The brewing recipe for awkward potion + ascendium = potion of levitation is kinda broken.
A brewed potion and awkward potion could not be distinguished between for some reason. No idea how to fix this one.
Code that causes this bug (I think):
BrewingRecipeRegistry.addRecipe(Ingredient.fromStacks(PotionUtils.addPotionToItemStack(new ItemStack(Items.POTION), Potions.AWKWARD)),
Ingredient.fromItems(ingredient), PotionUtils.addPotionToItemStack(new ItemStack(Items.POTION), result));