Jump to content

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."

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...