Hi Guys...
I would like to clone the recipies from the Assets Pack to incorporate Akromas items
Bloodreed
Dewdrop
Gaiabell
Nightbeed
Willow thorn
---This is the original recipe file ---
defineRecipe{
item = "potion_healing",
ingredients = {
1, "flask",
1, "tar_bead",
}
}
What I need is to Clone it to add Akromas ingredient.. The Herb is (nightbeed ) this + a flask makes a Healing Potion just like the Tar bead
then the rest oif the Herbs will be copy and paste and ill just change the Ingredients..
Thank You...
Clone Recipe help
- Eleven Warrior
- Posts: 752
- Joined: Thu Apr 18, 2013 2:32 pm
- Location: Australia
Re: Clone Recipe help
Just place your new recipe definition in one of the files included by your mod's init.lua and it should work.
Re: Clone Recipe help
As petri says, just replace "tar_bead" in the script with "nightbeed", and make sure your init.lua imports the file that contains the script!
Currently conspiring with many modders on the "Legends of the Northern Realms"project.
"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
"You have been captured by a psychopathic diety who needs a new plaything to torture."
Hotel Hades
- Eleven Warrior
- Posts: 752
- Joined: Thu Apr 18, 2013 2:32 pm
- Location: Australia
Re: Clone Recipe help
Hi Petri and Mysblade..
Thank you for the information, I though it would be as simple as that...
(man what was I thinking--LOL)
Thxs again
Thank you for the information, I though it would be as simple as that...
(man what was I thinking--LOL)
Thxs again