From 6c5cdc426988cb9a0dcd5260b3adffca87bc2745 Mon Sep 17 00:00:00 2001 From: TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> Date: Thu, 29 Oct 2020 19:54:53 -0600 Subject: Add skyblock menu wiki url --- items/SKYBLOCK_MENU.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/items/SKYBLOCK_MENU.json b/items/SKYBLOCK_MENU.json index 93efccd0..964eba3e 100644 --- a/items/SKYBLOCK_MENU.json +++ b/items/SKYBLOCK_MENU.json @@ -13,6 +13,9 @@ "internalname": "SKYBLOCK_MENU", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" -} \ No newline at end of file + "modver": "1.4-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/SkyBlock_Menu" + ] +} -- cgit