onAddRecipes

fun EventRegistration.onAddRecipes(consumer: (handler: RecipeLoadingEvents.AddRecipesCallback.RecipeHandler) -> Unit)

Called when recipes are loaded. This is the time to register your own recipes. It is called before onModifyRecipes and onRemoveRecipes.