Added missing Annotation

This commit is contained in:
Zixxl 2015-08-03 17:34:16 +02:00
parent ed220f19d6
commit 91f47fc994

View file

@ -52,6 +52,7 @@ public class Sawmill {
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@SuppressWarnings({ "unchecked", "rawtypes" })
@ZenMethod
public static void removeRecipe(IIngredient itemInput, @Optional IIngredient itemOutput, @Optional IIngredient optionalItemOutput) {
if(itemInput == null) {
LogHelper.logError(String.format("Required parameters missing for %s Recipe.", name));