From 9f89c4bfbcd5ff4a7c8d2554ea055bc981708782 Mon Sep 17 00:00:00 2001 From: Abdulmujeeb Raji Date: Mon, 11 Nov 2024 11:19:52 +0000 Subject: [PATCH] chore: Replace magic numbers in Plantera Recipes --- Content/PlanteraRecipes.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Content/PlanteraRecipes.cs b/Content/PlanteraRecipes.cs index 91a453b..091bf51 100644 --- a/Content/PlanteraRecipes.cs +++ b/Content/PlanteraRecipes.cs @@ -14,7 +14,7 @@ namespace Continuity.Content recipe.AddIngredient(ItemID.BeeKeeper, 1); recipe.AddIngredient(ItemID.Stinger, 3); recipe.AddIngredient(ModContent.ItemType(), 9); - recipe.AddIngredient(331, 6); + recipe.AddIngredient(ItemID.JungleSpores, 6); recipe.Register(); // The Axe @@ -22,7 +22,7 @@ namespace Continuity.Content recipe.AddIngredient(ItemID.ChlorophyteClaymore, 1); recipe.AddIngredient(ItemID.Stinger, 2); recipe.AddIngredient(ModContent.ItemType(), 10); - recipe.AddIngredient(331, 3); + recipe.AddIngredient(ItemID.JungleSpores, 3); recipe.Register(); // Temple Key @@ -61,7 +61,7 @@ namespace Continuity.Content recipe.AddIngredient(ItemID.ChlorophyteBar, 10); recipe.AddIngredient(ModContent.ItemType(), 8); recipe.AddIngredient(ItemID.Vine, 1); - recipe.AddIngredient(331, 8); + recipe.AddIngredient(ItemID.JungleSpores, 8); recipe.Register(); // Venus Magnum