diff --git a/src/main/java/com/gmail/nossr50/skills/alchemy/AlchemyPotionBrewer.java b/src/main/java/com/gmail/nossr50/skills/alchemy/AlchemyPotionBrewer.java index 33c07d580..38d0f4927 100644 --- a/src/main/java/com/gmail/nossr50/skills/alchemy/AlchemyPotionBrewer.java +++ b/src/main/java/com/gmail/nossr50/skills/alchemy/AlchemyPotionBrewer.java @@ -101,6 +101,12 @@ public final class AlchemyPotionBrewer { } switch (UserManager.getPlayer(player).getAlchemyManager().getTier()) { + case 8: + return PotionConfig.getInstance().concoctionsIngredientsTierEight; + case 7: + return PotionConfig.getInstance().concoctionsIngredientsTierSeven; + case 6: + return PotionConfig.getInstance().concoctionsIngredientsTierSix; case 5: return PotionConfig.getInstance().concoctionsIngredientsTierFive; case 4: