From c4d45e6d9d450d346cb397d6f39253cfebba2082 Mon Sep 17 00:00:00 2001 From: RobotHanzo <36107150+RobotHanzo@users.noreply.github.com> Date: Sat, 31 Oct 2020 13:59:02 +0800 Subject: Re-fix broken lapis minion sub-IDs The fix previously got broken by #293 because of their outdated branch and didn't noticed my the merger when merging, thus this change resubmitted --- items/LAPIS_GENERATOR_1.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'items/LAPIS_GENERATOR_1.json') 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 +} -- cgit