Config updater for 2.0

+ config fixes & fix for unlabeled
This commit is contained in:
Sn0wStorm
2019-12-01 23:50:56 +01:00
parent c6ea0cd493
commit 4f0b56e2dc
19 changed files with 845 additions and 302 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ public class Brew implements Cloneable {
lore.updateAgeLore(BConfig.colorInBarrels);
}
if (ageTime > 0.5) {
if (BConfig.colorInBarrels && !unlabeled && currentRecipe != null) {
if (BConfig.colorInBarrels) {
lore.updateWoodLore(true);
}
lore.updateQualityStars(BConfig.colorInBarrels);