From e3bdcf63a01b1123598edc901a9ab2c4621c3d68 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 26 Jun 2024 00:13:41 +0200 Subject: Add wiki links to items (#1265) --- items/BERSERKER_SANDSTORM_CAT.json | 6 +++++- items/CAMPAIGN_POSTER.json | 5 ++++- items/FROZEN_BLAZE_FROST_KNIGHT.json | 6 +++++- items/PANDA_SPIRIT.json | 5 ++++- items/PET_SKIN_SQUID_CHROMARI.json | 5 ++++- items/RABBIT_THE_FISH.json | 5 ++++- items/STEAMED_CHOCOLATE_FISH.json | 5 ++++- 7 files changed, 30 insertions(+), 7 deletions(-) diff --git a/items/BERSERKER_SANDSTORM_CAT.json b/items/BERSERKER_SANDSTORM_CAT.json index 7334f198..6e9d99a1 100644 --- a/items/BERSERKER_SANDSTORM_CAT.json +++ b/items/BERSERKER_SANDSTORM_CAT.json @@ -19,5 +19,9 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sandstorm_Cat_Skin", + "https://wiki.hypixel.net/Sandstorm_Cat_Skin" + ] } \ No newline at end of file diff --git a/items/CAMPAIGN_POSTER.json b/items/CAMPAIGN_POSTER.json index 5009fe97..3b5a7eb0 100644 --- a/items/CAMPAIGN_POSTER.json +++ b/items/CAMPAIGN_POSTER.json @@ -18,5 +18,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.3.0", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Campaign_Poster" + ] } \ No newline at end of file diff --git a/items/FROZEN_BLAZE_FROST_KNIGHT.json b/items/FROZEN_BLAZE_FROST_KNIGHT.json index 168c9816..a27322ea 100644 --- a/items/FROZEN_BLAZE_FROST_KNIGHT.json +++ b/items/FROZEN_BLAZE_FROST_KNIGHT.json @@ -19,5 +19,9 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Frost_Knight_Skin", + "https://wiki.hypixel.net/Frost_Knight_Skin" + ] } \ No newline at end of file diff --git a/items/PANDA_SPIRIT.json b/items/PANDA_SPIRIT.json index 261bd1e5..deed1201 100644 --- a/items/PANDA_SPIRIT.json +++ b/items/PANDA_SPIRIT.json @@ -22,5 +22,8 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Panda_Spirit_Skin" + ] } \ No newline at end of file diff --git a/items/PET_SKIN_SQUID_CHROMARI.json b/items/PET_SKIN_SQUID_CHROMARI.json index 9c274ca8..860ad4df 100644 --- a/items/PET_SKIN_SQUID_CHROMARI.json +++ b/items/PET_SKIN_SQUID_CHROMARI.json @@ -24,5 +24,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.3.0", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Chromari_Squid_Skin" + ] } \ No newline at end of file diff --git a/items/RABBIT_THE_FISH.json b/items/RABBIT_THE_FISH.json index 34281ff2..5781c4d8 100644 --- a/items/RABBIT_THE_FISH.json +++ b/items/RABBIT_THE_FISH.json @@ -15,5 +15,8 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Rabbit_The_Fish" + ] } \ No newline at end of file diff --git a/items/STEAMED_CHOCOLATE_FISH.json b/items/STEAMED_CHOCOLATE_FISH.json index 04624c0f..6fcbef2b 100644 --- a/items/STEAMED_CHOCOLATE_FISH.json +++ b/items/STEAMED_CHOCOLATE_FISH.json @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Fish_Chocolat_À_La_Vapeur" + ] } \ No newline at end of file -- cgit