RegisterWitchRecipeSet - Aidanamite/AssetsLib GitHub Wiki
Description:
Registers a recipe to the witch's potion crafting menu.
Returns: void
Arguments:
-
string IdThe recipe set id name. See: RecipeIds -
Recipe... RecipesThe one or more 'Recipe' objects in this recipe set
Example:
the 'recipe_1' and 'recipe_2' are variables each containing a Recipe object
AssetLib.AssetLibTools.RegisterWitchRecipeSet(RecipeIds.Witch.Potions, recipe_1, recipe_2);