Temporary set of catch to ignored if they are ignored

This commit is contained in:
thatsIch
2014-10-01 15:20:42 +02:00
parent 2141aa0318
commit c074280b68
35 changed files with 76 additions and 76 deletions
@@ -196,11 +196,11 @@ public class NEIAEShapelessRecipeHandler extends TemplateRecipeHandler
stack.setMaxSize( 1 );
this.ingredients.add( stack );
}
catch (RegistrationError e)
catch (RegistrationError ignored)
{
}
catch (MissingIngredientError e)
catch (MissingIngredientError ignored)
{
}