How do I add an ingredient to a recipe (I made) from a different mod?

MaximusPrime

Terrarian
I want to know how to add an ingredient from a different mod (e.g Calamity) and put it in my code.
Take for example:

recipe.AddIngredient(ItemID.GoldOre, 10);
recipe.AddIngredient(ModdedItemID."AerieliteBar") <----- this line of code represents Aerialite bar from Calamity being added to my code.

Please help.
Also, I'm not much of a C# coder.
Thanks
 
Back
Top Bottom