From f6f306cace49ee4c35a550c95e3546ca8b3939d4 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Thu, 4 Apr 2024 01:09:43 +0200 Subject: fix wrong mirrored stick recipe (#1144) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- items/MIRRORED_STICK.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/MIRRORED_STICK.json') diff --git a/items/MIRRORED_STICK.json b/items/MIRRORED_STICK.json index 556aa868..b17f5e70 100644 --- a/items/MIRRORED_STICK.json +++ b/items/MIRRORED_STICK.json @@ -11,10 +11,10 @@ "A2": "", "A3": "", "B1": "", - "B2": "WOOD:1", + "B2": "MIRRORED_WOOD:1", "B3": "", "C1": "", - "C2": "WOOD:1", + "C2": "MIRRORED_WOOD:1", "C3": "" }, "internalname": "MIRRORED_STICK", -- cgit