diff options
author | RobotHanzo <36107150+RobotHanzo@users.noreply.github.com> | 2020-11-27 19:55:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-27 19:55:44 +0800 |
commit | abcf8c17d69028edf4bcb5e712aa503714ccdea2 (patch) | |
tree | d259f2e1fad95f54be3363ba90000d196ab3f4c8 | |
parent | c71d739f3ed67c3f11de4503c1d0af110ee7e654 (diff) | |
download | NotEnoughUpdates-REPO-abcf8c17d69028edf4bcb5e712aa503714ccdea2.tar.gz NotEnoughUpdates-REPO-abcf8c17d69028edf4bcb5e712aa503714ccdea2.tar.bz2 NotEnoughUpdates-REPO-abcf8c17d69028edf4bcb5e712aa503714ccdea2.zip |
Fixed broken spirit sceptre recipe
-rw-r--r-- | items/BAT_WAND.json | 4 |
1 files changed, 2 insertions, 2 deletions
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 +} |