onRemoveRecipes

fun EventRegistration.onRemoveRecipes(consumer: (handler: RecipeLoadingEvents.RemoveRecipesCallback.RecipeHandler) -> Unit)

Called when recipes are removed. This is the time to remove any recipes. It is called after onAddRecipes and onModifyRecipes.