mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
Config updater for 2.0
+ config fixes & fix for unlabeled
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user