diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-11-13 11:50:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-13 11:50:47 +0100 |
commit | 275da3da56f4603506836af6fdd2bb07f4239f29 (patch) | |
tree | f027b6fce5fe2793c698c8ab572d08ef1201069c /items | |
parent | 15d5bb41947be621cff4c77fb5f5cf097cd72a51 (diff) | |
download | NotEnoughUpdates-REPO-275da3da56f4603506836af6fdd2bb07f4239f29.tar.gz NotEnoughUpdates-REPO-275da3da56f4603506836af6fdd2bb07f4239f29.tar.bz2 NotEnoughUpdates-REPO-275da3da56f4603506836af6fdd2bb07f4239f29.zip |
Flyingtothemoon (#655)
* Added Recipe and rainbowname
* huch
Diffstat (limited to 'items')
-rw-r--r-- | items/FLYCATCHER_UPGRADE.json | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/items/FLYCATCHER_UPGRADE.json b/items/FLYCATCHER_UPGRADE.json index 279fe180..e94c2b62 100644 --- a/items/FLYCATCHER_UPGRADE.json +++ b/items/FLYCATCHER_UPGRADE.json @@ -13,13 +13,24 @@ "§7§4☠ §cRequires §5Spider Slayer 6", "§5§lEPIC" ], + "recipe": { + "A1": "", + "A2": "TARANTULA_SILK:17", + "A3": "", + "B1": "TARANTULA_SILK:17", + "B2": "FLY_SWATTER:1", + "B3": "TARANTULA_SILK:17", + "C1": "TARANTULA_SILK:17", + "C2": "TARANTULA_SILK:17", + "C3": "TARANTULA_SILK:17" + }, "slayer_req": "SPIDER_6", "internalname": "FLYCATCHER_UPGRADE", - "clickcommand": "", - "modver": "1.5-REL", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "crafttext": "", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flycatcher" ] -} +}
\ No newline at end of file |