diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-23 16:04:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 16:04:10 +0200 |
commit | f18a467e17e845bb79404ed329e14a73e3891343 (patch) | |
tree | f720e22ff36ce4dd0b2d86037b68092f85410851 /items/SYNTHESIZER_V3.json | |
parent | 106aa9b1d572132bb16e51d31e05f760dae39733 (diff) | |
download | NotEnoughUpdates-REPO-f18a467e17e845bb79404ed329e14a73e3891343.tar.gz NotEnoughUpdates-REPO-f18a467e17e845bb79404ed329e14a73e3891343.tar.bz2 NotEnoughUpdates-REPO-f18a467e17e845bb79404ed329e14a73e3891343.zip |
Fixed 4 Items (#825)
* Fixed 4 Items
* Added recipe to wand of strength
* Fixed Wolf Wisdom + Added new skin
* Added Recipes to 3 items
* Fixed Wisp Pet
Diffstat (limited to 'items/SYNTHESIZER_V3.json')
-rw-r--r-- | items/SYNTHESIZER_V3.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/items/SYNTHESIZER_V3.json b/items/SYNTHESIZER_V3.json index 34f8d95b..5ec6db4b 100644 --- a/items/SYNTHESIZER_V3.json +++ b/items/SYNTHESIZER_V3.json @@ -18,9 +18,23 @@ "§7§8This item can be reforged!", "§5§lEPIC NECKLACE" ], + "recipe": { + "A1": "Z:64", + "A2": "Z:64", + "A3": "Z:64", + "B1": "Z:64", + "B2": "SYNTHESIZER_V2", + "B3": "Z:64", + "C1": "Z:64", + "C2": "Z:64", + "C3": "Z:64" + }, "internalname": "SYNTHESIZER_V3", "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Synthesizer_v3" + ] }
\ No newline at end of file |