diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-11-29 08:17:13 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-29 08:17:13 +1100 |
commit | 7eb511b421ee993a43d7cb05b7a81ed129bb85f6 (patch) | |
tree | d259f2e1fad95f54be3363ba90000d196ab3f4c8 | |
parent | c71d739f3ed67c3f11de4503c1d0af110ee7e654 (diff) | |
parent | abcf8c17d69028edf4bcb5e712aa503714ccdea2 (diff) | |
download | NotEnoughUpdates-REPO-7eb511b421ee993a43d7cb05b7a81ed129bb85f6.tar.gz NotEnoughUpdates-REPO-7eb511b421ee993a43d7cb05b7a81ed129bb85f6.tar.bz2 NotEnoughUpdates-REPO-7eb511b421ee993a43d7cb05b7a81ed129bb85f6.zip |
Merge pull request #310 from RobotHanzo/patch-1
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 +} |