fix #297 : Ex Nihilo Missing 'name' parameter in recipe not found

This commit is contained in:
Tobias Wohlfarth 2016-01-17 13:25:11 +01:00
parent 96cee6f5d0
commit b4b50c6d60

View file

@ -179,7 +179,7 @@ public class Hammer {
if(!recipes.isEmpty()) {
MineTweakerAPI.apply(new Remove(recipes));
} else {
LogHelper.logWarning(String.format("No %s recipes found for %s and %s. Command ignored!", input.toString(), output.toString()));
LogHelper.logWarning(String.format("No %s recipes found for %s and %s. Command ignored!", name, input.toString(), output.toString()));
}
}