Save ingredients of Brews

This commit is contained in:
Sn0wStorm
2019-10-11 18:04:40 +02:00
parent 4b18dceada
commit cdb36b1736
3 changed files with 58 additions and 78 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ public class BRecipe {
BIngredients bIngredients = new BIngredients(list, cookingTime);
Brew brew = new Brew(bIngredients, quality, distillruns, getAge(), wood, getName(5), false, false, true);
Brew brew = new Brew(bIngredients, quality, distillruns, getAge(), wood, getName(5), false, true);
Brew.PotionColor.fromString(getColor()).colorBrew(potionMeta, potion, false);
potionMeta.setDisplayName(P.p.color("&f" + getName(quality)));