mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-09 15:55:28 +02:00
@@ -72,10 +72,10 @@ public class AlchemyManager extends SkillManager {
|
|||||||
String list = "";
|
String list = "";
|
||||||
for (ItemStack ingredient : getIngredients()) {
|
for (ItemStack ingredient : getIngredients()) {
|
||||||
String string = StringUtils.getPrettyItemString(ingredient.getType()) + (ingredient.getDurability() != 0 ? ":" + ingredient.getDurability() : "");
|
String string = StringUtils.getPrettyItemString(ingredient.getType()) + (ingredient.getDurability() != 0 ? ":" + ingredient.getDurability() : "");
|
||||||
if (string.equals("LONG_GRASS:2")) {
|
if (string.equals("Long Grass:2")) {
|
||||||
string = "Fern";
|
string = "Fern";
|
||||||
}
|
}
|
||||||
else if (string.equals("RAW_FISH:3")) {
|
else if (string.equals("Raw Fish:3")) {
|
||||||
string = "Pufferfish";
|
string = "Pufferfish";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user