Added trinity items to Trinity recipe.

This commit is contained in:
FyloZ 2020-07-19 19:06:10 -04:00
parent 56de9e29e1
commit 8091c18e7d

View File

@ -71,6 +71,9 @@ namespace Decimation.Content.Items.Accessories.Trinity
protected override ModRecipe GetRecipe() protected override ModRecipe GetRecipe()
{ {
return new RecipeBuilder(this) return new RecipeBuilder(this)
.WithIngredient(ModContent.ItemType<Body>())
.WithIngredient(ModContent.ItemType<Soul>())
.WithIngredient(ModContent.ItemType<Mind>())
.WithIngredient(ModContent.ItemType<ConcentratedFlight>()) .WithIngredient(ModContent.ItemType<ConcentratedFlight>())
.WithIngredient(ModContent.ItemType<ConcentratedMight>()) .WithIngredient(ModContent.ItemType<ConcentratedMight>())
.WithIngredient(ModContent.ItemType<ConcentratedSight>()) .WithIngredient(ModContent.ItemType<ConcentratedSight>())