mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 18:43:43 +01: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