onAddRecipes
fun EventRegistration.onAddRecipes(consumer: (handler: RecipeLoadingEvents.AddRecipesCallback.RecipeHandler) -> Unit)
Content copied to clipboard
Called when recipes are loaded. This is the time to register your own recipes. It is called before onModifyRecipes and onRemoveRecipes.