ROTARTSI82/MCPP

Potion Brewing keeps going & consuming ascendium

Opened this issue · 0 comments

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));