Fix Inscriber recipe registration (#3131)

Fixes #3129
This commit is contained in:
fscan
2017-10-02 22:03:22 +02:00
committed by GitHub
parent 1e15b23506
commit e8d554d69d
3 changed files with 13 additions and 12 deletions
@@ -403,7 +403,7 @@ public class RecipeHandler implements IRecipeHandler
}
}
}
catch( final Throwable e )
catch( final RegistrationError e )
{
AELog.warn( "Unable to register a recipe: " + e.getMessage() );
if( this.data.exceptions )