public override void AddRecipes() { ModRecipe recipe = new HellionItems(mod); recipe.AddIngredient(mod.ItemType("LunarCascade"), 1); recipe.AddRecipeGroup("Fragment", 10); recipe.AddIngredient(mod.ItemType("ByteSoul"), 100); //recipe.AddIngredient(mod.ItemType("HellionSummon"), 1); recipe.AddIngredient(mod.ItemType("DrakeniteBar"), 10); recipe.AddTile(TileID.LunarCraftingStation); recipe.SetResult(this); recipe.AddRecipe(); }
public override void AddRecipes() { ModRecipe recipe = new HellionItems(mod); recipe.AddIngredient(mod.ItemType("RealityShaper"), 1); recipe.AddIngredient(mod.ItemType("BrimflameHarbinger"), 1); recipe.AddIngredient(mod.ItemType("GalacticInferno"), 1); recipe.AddIngredient(ItemID.TerraBlade, 1); recipe.AddIngredient(mod.ItemType("CelestialFlare"), 1); recipe.AddIngredient(mod.ItemType("TrueMoonlight"), 1); recipe.AddIngredient(mod.ItemType("SOATT"), 1); recipe.AddIngredient(mod.ItemType("TrueCaliburn"), 1); recipe.AddIngredient(ItemID.AviatorSunglasses, 1); recipe.AddIngredient(mod.ItemType("ByteSoul"), 500); recipe.AddIngredient(mod.ItemType("HellionSummon"), 1); recipe.AddIngredient(mod.ItemType("CodeBreakerHead"), 1); recipe.AddTile(mod.GetTile("ReverseEngineeringStation")); recipe.SetResult(this); recipe.AddRecipe(); }