Jump to content

Recommended Posts

Hi guys! i am starting a new mod for a character that have focus in mushroom items, i am trying to find a way to make my character to have the recipe for the "blue_mushroomhat" already unlocked for craft since the beggining, but i cannot find any post related to this.

 

3 hours ago, Worc_and_Wilt said:

Hi guys! i am starting a new mod for a character that have focus in mushroom items, i am trying to find a way to make my character to have the recipe for the "blue_mushroomhat" already unlocked for craft since the beggining, but i cannot find any post related to this.

 

In master_postinit

Spoiler
if inst.components.builder ~= nil then
    inst.components.builder:UnlockRecipe("blue_mushroomhat")
end

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