-
Notifications
You must be signed in to change notification settings - Fork 0
RegisterWitchRecipeSet
Aidanamite edited this page Oct 16, 2021
·
2 revisions
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);