From 3b6a95e3a3da7b2767f51f9edccd611c9d4c5c8e Mon Sep 17 00:00:00 2001 From: kr45732 <52721908+kr45732@users.noreply.github.com> Date: Mon, 17 Jul 2023 06:05:15 -0400 Subject: Add count to synthesizer recipe (#962) --- items/SYNTHESIZER_V2.json | 4 ++-- items/SYNTHESIZER_V3.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'items') diff --git a/items/SYNTHESIZER_V2.json b/items/SYNTHESIZER_V2.json index f4b722aa..cd3416b3 100644 --- a/items/SYNTHESIZER_V2.json +++ b/items/SYNTHESIZER_V2.json @@ -22,7 +22,7 @@ "A2": "Y:64", "A3": "Y:64", "B1": "Y:64", - "B2": "SYNTHESIZER_V1", + "B2": "SYNTHESIZER_V1:1", "B3": "Y:64", "C1": "Y:64", "C2": "Y:64", @@ -37,4 +37,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Synthesizer_v2", "https://wiki.hypixel.net/Synthesizer_V2" ] -} \ No newline at end of file +} diff --git a/items/SYNTHESIZER_V3.json b/items/SYNTHESIZER_V3.json index 67cf5946..44dcf449 100644 --- a/items/SYNTHESIZER_V3.json +++ b/items/SYNTHESIZER_V3.json @@ -23,7 +23,7 @@ "A2": "Z:64", "A3": "Z:64", "B1": "Z:64", - "B2": "SYNTHESIZER_V2", + "B2": "SYNTHESIZER_V2:1", "B3": "Z:64", "C1": "Z:64", "C2": "Z:64", @@ -38,4 +38,4 @@ "https://hypixel-skyblock.fandom.com/wiki/Synthesizer_v3", "https://wiki.hypixel.net/Synthesizer_V3" ] -} \ No newline at end of file +} -- cgit