Skip to content

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 Id The recipe set id name. See: RecipeIds

  • Recipe... Recipes The 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);

Clone this wiki locally