Jump to content

Custom Craft Recipe Removed from prefab, Still appears in game.


Recommended Posts

hi. i am currently playing around with some character abilities and what i can do. so i took webbers spidereggsack recipe and changed it to be a deerclops_eyeball recipe. i managed to get it to work to be made from ridiculous items such as berries, petals, and twigs. but now that i am done playing around with this, i decided to remove this from my prefab. when i relaunched the game with my character, the recipe was still available to him. how do i change this without rewriting the prefab file?

 

local nest_recipe = Recipe("deerclops_eyeball", {Ingredient("berries", 1), Ingredient("petals", 2), Ingredient("twigs", 1)}, RECIPETABS.TOWN, TECH.NONE)
nest_recipe.sortkey = 1
STRINGS.RECIPE_DESC.DEERCLOPS_EYES = "The EYE Shall Guide You."
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...