Skip to content

Commit

Permalink
Merge pull request #107 from AlgebraManiacABC/master
Browse files Browse the repository at this point in the history
  • Loading branch information
mercurialmusic authored Nov 13, 2024
2 parents 44945c9 + 00e7308 commit e9a1db7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/dre/brewery/Brew.java
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,8 @@ public void age(ItemStack item, float time, byte woodType) {
}
if (ageTime > 0.5) {
if (BConfig.colorInBarrels) {
lore.updateIngredientLore(true);
lore.updateCookLore(true);
lore.updateWoodLore(true);
}
lore.updateQualityStars(BConfig.colorInBarrels);
Expand Down

0 comments on commit e9a1db7

Please sign in to comment.