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_V2.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_V2.json')
-rw-r--r-- | items/SYNTHESIZER_V2.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/items/SYNTHESIZER_V2.json b/items/SYNTHESIZER_V2.json index 01d7923b..d87e8695 100644 --- a/items/SYNTHESIZER_V2.json +++ b/items/SYNTHESIZER_V2.json @@ -17,9 +17,23 @@ "§7§8This item can be reforged!", "§5§lEPIC NECKLACE" ], + "recipe": { + "A1": "Y:64", + "A2": "Y:64", + "A3": "Y:64", + "B1": "Y:64", + "B2": "SYNTHESIZER_V1", + "B3": "Y:64", + "C1": "Y:64", + "C2": "Y:64", + "C3": "Y:64" + }, "internalname": "SYNTHESIZER_V2", "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Synthesizer_v2" + ] }
\ No newline at end of file |