Update Smelter.java

This commit is contained in:
Yulife 2015-09-23 17:52:02 +02:00
parent 4607835f4b
commit 137a334965

View file

@ -99,7 +99,7 @@ public class Smelter {
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@ZenMethod
public static void removeRecipe(IIngredient input2, IIngredient input2IIngredient input1) {
public static void removeRecipe(IIngredient input2, IIngredient input1) {
List<RecipeSmelter> recipes = new LinkedList<RecipeSmelter>();
for(RecipeSmelter recipe : SmelterManager.getRecipeList()) {