onRemoveRecipes
fun EventRegistration.onRemoveRecipes(consumer: (handler: RecipeLoadingEvents.RemoveRecipesCallback.RecipeHandler) -> Unit)
Content copied to clipboard
Called when recipes are removed. This is the time to remove any recipes. It is called after onAddRecipes and onModifyRecipes.