diff options
author | RobotHanzo <36107150+RobotHanzo@users.noreply.github.com> | 2020-10-25 16:39:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-25 16:39:56 +0800 |
commit | d28cb5ce49d5cbd2e4c2e8e55040286c0786d425 (patch) | |
tree | 6b54d384b34b82a92cb0e2be935b8b6ad1f2bcbb | |
parent | 420246ae9d03033e7f7a70b698e7933e75c97a03 (diff) | |
download | NotEnoughUpdates-REPO-d28cb5ce49d5cbd2e4c2e8e55040286c0786d425.tar.gz NotEnoughUpdates-REPO-d28cb5ce49d5cbd2e4c2e8e55040286c0786d425.tar.bz2 NotEnoughUpdates-REPO-d28cb5ce49d5cbd2e4c2e8e55040286c0786d425.zip |
Fix broken sub-ids for lapis minion (LAPIS_GENERATOR_1)
-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 +} |