diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-10-26 03:38:11 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 03:38:11 +1100 |
commit | 4d7122837083f7e4549932c48e670ce9237a365d (patch) | |
tree | 6b54d384b34b82a92cb0e2be935b8b6ad1f2bcbb /items/LAPIS_GENERATOR_1.json | |
parent | 420246ae9d03033e7f7a70b698e7933e75c97a03 (diff) | |
parent | d28cb5ce49d5cbd2e4c2e8e55040286c0786d425 (diff) | |
download | NotEnoughUpdates-REPO-4d7122837083f7e4549932c48e670ce9237a365d.tar.gz NotEnoughUpdates-REPO-4d7122837083f7e4549932c48e670ce9237a365d.tar.bz2 NotEnoughUpdates-REPO-4d7122837083f7e4549932c48e670ce9237a365d.zip |
Merge pull request #291 from RobotHanzo/patch-1
Fix broken sub-ids for lapis minion (LAPIS_GENERATOR_1)
Diffstat (limited to 'items/LAPIS_GENERATOR_1.json')
-rw-r--r-- | items/LAPIS_GENERATOR_1.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/items/LAPIS_GENERATOR_1.json b/items/LAPIS_GENERATOR_1.json index 7ccd5bfb..37c3f4f5 100644 --- a/items/LAPIS_GENERATOR_1.json +++ b/items/LAPIS_GENERATOR_1.json @@ -14,15 +14,15 @@ "§7Max Storage: §e64" ], "recipe": { - "A1": "INK_SACK:4:32", - "A2": "INK_SACK:4:32", - "A3": "INK_SACK:4:32", - "B1": "INK_SACK:4:32", + "A1": "INK_SACK-4:32", + "A2": "INK_SACK-4:32", + "A3": "INK_SACK-4:32", + "B1": "INK_SACK-4:32", "B2": "WOOD_PICKAXE:1", - "B3": "INK_SACK:4:32", - "C1": "INK_SACK:4:32", - "C2": "INK_SACK:4:32", - "C3": "INK_SACK:4:32" + "B3": "INK_SACK-4:32", + "C1": "INK_SACK-4:32", + "C2": "INK_SACK-4:32", + "C3": "INK_SACK-4:32" }, "internalname": "LAPIS_GENERATOR_1", "clickcommand": "viewrecipe", @@ -31,4 +31,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Lapis_Minion" ] -}
\ No newline at end of file +} |