Added "Static" Command

This commit is contained in:
Sn0wStorm
2014-09-03 22:03:03 +02:00
parent 30fa43633f
commit 68c73ce8a8
6 changed files with 93 additions and 8 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ public class BRecipe {
BIngredients bIngredients = new BIngredients(list, cookingTime);
Brew brew = new Brew(uid, bIngredients, quality, distillruns, getAge(), wood, getName(5), false, false);
Brew brew = new Brew(uid, bIngredients, quality, distillruns, getAge(), wood, getName(5), false, false, true);
potion.setDurability(Brew.PotionColor.valueOf(getColor()).getColorId(false));
potionMeta.setDisplayName(P.p.color("&f" + getName(quality)));