Jump to content

Custom Character Recipe tabs


Recommended Posts

image.png.c677d47ea5f40da403798f7bcc6866b5.png
I tried adding a recipe in a character recipe tab. And it won't work. Did anybody know the key word for this? Pls help.

Here are my basic code:

local Ingredient = GLOBAL.Ingredient
local RECIPETABS = GLOBAL.RECIPETABS
local TECH = GLOBAL.TECH


AddRecipe("balls",
{ Ingredient("silk", 12), },
RECIPETABS.DRESS,  <-- This one RECIPETABS."DRESS" Can anybody help me figure it out?
TECH.NONE,
nil,
nil,
nil,
nil,
RONALDO, 
"images/inventoryimages/balls.xml")

As you can see i just want a keyword for that.
It's been a while i modding this game. And i can't figure it out so i got here. 

 

This is what i mean

Link to comment
Share on other sites

Since the crafting menu was updated we moved to using Recipe Filters instead of Recipe Tabs. Items can be in multiple filters at once, so it's more versatile.

Take a look at this post for some documentation on how to use the new system

 

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