Throw the throwables

This commit is contained in:
thatsIch
2014-10-01 11:41:52 +02:00
parent e1627734b1
commit ddd998fe31
8 changed files with 8 additions and 8 deletions
@@ -34,7 +34,7 @@ public class Macerator implements ICraftHandler, IWebsiteSerializer
return;
}
}
new RecipeError( "Grind must have a single input, and single output." );
throw new RecipeError( "Grind must have a single input, and single output." );
}
@Override