register Recipe
fun registerRecipe(recipes: List<CRecipe>, plugin: JavaPlugin = CustomCrafter.getInstance(), calledAsync: Boolean = false)
Registers the provided recipes and fires RegisterCustomRecipeEvent.
Parameters
recipes
Recipes to register
plugin
Plugin instance registering the recipes
called Async
Called from async processing or not. (Default = false)