Jump to content

How to add items to Ancient Tab?


Recommended Posts

Hey all,

I'm trying to add an item to the ancient tab. While I have been able to do so, is there way to make the item not stay prototype-able?

I want the recipe to be removed when I move away from the altar just like the normal ancient tab recipes are.

I have no idea how to do ithat unfortunately. So far I've just managed to make the item craftable in the tab. I would really appreciate the help.

 

This is what I've only been able to do so far:

if GetModConfigData("ancientswordrecipe") then
MakeRecipe("ancientsword", 
{Ingredient("greengem", 7), Ingredient("yellowgem", 7), Ingredient("orangegem", 7)},
RECIPETABS.ANCIENT,
TECH.ANCIENT_FOUR,
nil,
nil,
nil,
nil,
nil,
"images/inventoryimages/ancientsword.xml",
"ancientsword.tex")
end

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