diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-04 12:15:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 12:15:30 +0100 |
commit | 5cdcc154ce9ff34ec213b9b7cc788d4e18657b3e (patch) | |
tree | 1f2fc371c6cbba334857708e08ab242957aec45a /items/MIXED_MITE_GEL.json | |
parent | 583e50103413043ca971770697c3e656ccc80060 (diff) | |
download | NotEnoughUpdates-REPO-5cdcc154ce9ff34ec213b9b7cc788d4e18657b3e.tar.gz NotEnoughUpdates-REPO-5cdcc154ce9ff34ec213b9b7cc788d4e18657b3e.tar.bz2 NotEnoughUpdates-REPO-5cdcc154ce9ff34ec213b9b7cc788d4e18657b3e.zip |
even if this works i would probably prefer having the island in the repo 🤓 (#855)
* Added island
* Fixed 2 lores and some recipe outputs
* Fixed lore of enrichments
* Fixed lore of some items
* Added recipe and more wiki links
* Fixed crafttext
Diffstat (limited to 'items/MIXED_MITE_GEL.json')
-rw-r--r-- | items/MIXED_MITE_GEL.json | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/items/MIXED_MITE_GEL.json b/items/MIXED_MITE_GEL.json index b96bead9..67a32a15 100644 --- a/items/MIXED_MITE_GEL.json +++ b/items/MIXED_MITE_GEL.json @@ -13,9 +13,24 @@ "", "§6§lLEGENDARY" ], + "recipe": { + "A1": "", + "A2": "MITE_GEL:32", + "A3": "", + "B1": "MITE_GEL:32", + "B2": "MITE_GEL:32", + "B3": "MITE_GEL:32", + "C1": "", + "C2": "MITE_GEL:32", + "C3": "" + }, "internalname": "MIXED_MITE_GEL", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mixed_Mite_Gel", + "https://wiki.hypixel.net/Mixed_Mite_Gel" + ] }
\ No newline at end of file |