diff --git a/Items/ToclafaneStaff.cs b/Items/ToclafaneStaff.cs index 4781fc4..08403d6 100644 --- a/Items/ToclafaneStaff.cs +++ b/Items/ToclafaneStaff.cs @@ -76,7 +76,7 @@ public class ToclafaneStaff : ModItem { recipe.AddRecipeGroup(tier2BarGroup, 35); recipe.AddIngredient(ItemID.SoulofLight, 10); - recipe.AddIngredient(ItemID.SoulofLight, 10); + recipe.AddIngredient(ItemID.SoulofNight, 10); } else { diff --git a/build.txt b/build.txt index 60a7955..3df63f9 100644 --- a/build.txt +++ b/build.txt @@ -1,3 +1,3 @@ displayName = YHT Mod author = YouHaveTrouble -version = 1.2.0 +version = 1.2.1