return getRecipeForInput(input.item) != null;
}
public void loadRecipesFromConfig() {
GrindingBallTagHandler th = new GrindingBallTagHandler();
RecipeConfig config = RecipeConfig.loadRecipeConfig(CORE_FILE_NAME, CUSTOM_FILE_NAME, th);
balls.addAll(th.balls);
ballExcludes.addAll(th.excludes);
Log.info("Loaded " + balls.size() + " grinding balls from SAG Mill config.");
Log.info("Excluding " + ballExcludes.size() + " recipes from grinding balls bonus.");
if(config != null) {