onModifyRecipes

fun EventRegistration.onModifyRecipes(consumer: (handler: RecipeLoadingEvents.ModifyRecipesCallback.RecipeHandler) -> Unit)

Called when recipes are modified. This is the time to modify any recipes. It is called after onAddRecipes but before onRemoveRecipes.