From abcf8c17d69028edf4bcb5e712aa503714ccdea2 Mon Sep 17 00:00:00 2001 From: RobotHanzo <36107150+RobotHanzo@users.noreply.github.com> Date: Fri, 27 Nov 2020 19:55:44 +0800 Subject: Fixed broken spirit sceptre recipe --- items/BAT_WAND.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items') diff --git a/items/BAT_WAND.json b/items/BAT_WAND.json index 9c75055a..de7d9f4e 100644 --- a/items/BAT_WAND.json +++ b/items/BAT_WAND.json @@ -28,7 +28,7 @@ "B2": "ENCHANTED_LAPIS_LAZULI_BLOCK:3", "B3": "", "C1": "", - "C2": "ENCHANTED_LAPIS_LAZULI_BLOCK", + "C2": "ENCHANTED_LAPIS_LAZULI_BLOCK:3", "C3": "" }, "internalname": "BAT_WAND", @@ -39,4 +39,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Spirit_Sceptre" ] -} \ No newline at end of file +} -- cgit