Jump to content

Custom Item Recipe Wont Work


Recommended Posts

 

28 minutes ago, thomas4846 said:

does your character have the specific tab for the war tab

it's a wigrid specific tab so you need the tagg for it

It isss alllll good! I fixed it! I just added "builder_tag" as a tag on my character and replaced the "baldi" with it and it worked! All i want to get to work now is my custom recipe tab

 

before

local rulerrecipe = AddRecipe("ruler", 
    {GLOBAL.Ingredient("boards", 4), GLOBAL.Ingredient("axe", 1)}, 
    RECIPETABS.SCIENCE, TECH.NONE, nil, nil, nil, nil, "baldi", "images/inventoryimages/ruler.xml", "ruler.tex")

after

local rulerrecipe = AddRecipe("ruler", 
    {GLOBAL.Ingredient("boards", 4), GLOBAL.Ingredient("axe", 1)}, 
    RECIPETABS.SCIENCE, TECH.NONE, nil, nil, nil, nil, "builder_tag", "images/inventoryimages/ruler.xml", "ruler.tex")
Edited by Baldi
  • Like 1
Link to comment
Share on other sites

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
 Share

×
  • Create New...