mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 10:08:54 +00:00
Added some more Strings to LanguageReader
This commit is contained in:
@@ -76,7 +76,7 @@ public class BIngredients {
|
||||
new Brew(uid, this);
|
||||
|
||||
if (state <= 1) {
|
||||
cookedName = "Schlammiger Sud";
|
||||
cookedName = P.p.languageReader.get("Brew_ThickBrew");
|
||||
potion.setDurability(Brew.PotionColor.BLUE.getColorId(false));
|
||||
} else {
|
||||
for (Material ingredient : ingredients.keySet()) {
|
||||
@@ -92,7 +92,7 @@ public class BIngredients {
|
||||
}
|
||||
if (cookedName == null) {
|
||||
// if no name could be found
|
||||
cookedName = "Undefinierbarer Sud";
|
||||
cookedName = P.p.languageReader.get("Brew_Undefined");
|
||||
potion.setDurability(Brew.PotionColor.CYAN.getColorId(true));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user