From e797f803c166ec4fa8b832920fa0677b97896e92 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Fri, 2 Jan 2026 20:17:23 +0100 Subject: [PATCH] fix calamity toclafane staff recipe requiring 2x souls of light and no souls of night --- Items/ToclafaneStaff.cs | 2 +- build.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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