mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
Added config options for Sealing Table
Translations for the Sealing Table And a Data Tag for the Block
This commit is contained in:
@@ -274,20 +274,6 @@ public class BrewLore {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the Seal-bars |*****| around the Lore Quality-Stars
|
||||
*/
|
||||
/*public void showSeal() {
|
||||
int starsLine = Type.STARS.findInLore(lore);
|
||||
if (starsLine > -1) {
|
||||
StringBuilder lineEdit = new StringBuilder(lore.get(starsLine));
|
||||
int index = Type.STARS.id.length();
|
||||
lineEdit.insert(index, "§8[");
|
||||
lineEdit.append("§8]");
|
||||
lore.set(starsLine, lineEdit.toString());
|
||||
}
|
||||
}*/
|
||||
|
||||
public void updateAlc(boolean inDistiller) {
|
||||
if (!brew.isUnlabeled() && (inDistiller || BConfig.alwaysShowAlc) && (!brew.hasRecipe() || brew.getCurrentRecipe().getAlcohol() > 0)) {
|
||||
int alc = brew.getOrCalcAlc();
|
||||
|
||||
Reference in New Issue
Block a user