diff options
author | kr45732 <52721908+kr45732@users.noreply.github.com> | 2023-07-17 06:05:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 20:05:15 +1000 |
commit | 3b6a95e3a3da7b2767f51f9edccd611c9d4c5c8e (patch) | |
tree | 1ef942711ed90431ae8f26102a8a1a35ebe50b82 /items | |
parent | 34535e353ed1cbbca58f268dd68a7fcc08674fb4 (diff) | |
download | NotEnoughUpdates-REPO-3b6a95e3a3da7b2767f51f9edccd611c9d4c5c8e.tar.gz NotEnoughUpdates-REPO-3b6a95e3a3da7b2767f51f9edccd611c9d4c5c8e.tar.bz2 NotEnoughUpdates-REPO-3b6a95e3a3da7b2767f51f9edccd611c9d4c5c8e.zip |
Add count to synthesizer recipe (#962)
Diffstat (limited to 'items')
-rw-r--r-- | items/SYNTHESIZER_V2.json | 4 | ||||
-rw-r--r-- | items/SYNTHESIZER_V3.json | 4 |
2 files changed, 4 insertions, 4 deletions
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 +} |