diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-06-26 00:13:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 22:13:41 +0000 |
commit | e3bdcf63a01b1123598edc901a9ab2c4621c3d68 (patch) | |
tree | 8ea45b4ebd1cb455c1028908271323a701670aa1 | |
parent | 297a5cd6c900c8bc4be4785c2f76a1d59901dcf5 (diff) | |
download | NotEnoughUpdates-REPO-e3bdcf63a01b1123598edc901a9ab2c4621c3d68.tar.gz NotEnoughUpdates-REPO-e3bdcf63a01b1123598edc901a9ab2c4621c3d68.tar.bz2 NotEnoughUpdates-REPO-e3bdcf63a01b1123598edc901a9ab2c4621c3d68.zip |
Add wiki links to items (#1265)
-rw-r--r-- | items/BERSERKER_SANDSTORM_CAT.json | 6 | ||||
-rw-r--r-- | items/CAMPAIGN_POSTER.json | 5 | ||||
-rw-r--r-- | items/FROZEN_BLAZE_FROST_KNIGHT.json | 6 | ||||
-rw-r--r-- | items/PANDA_SPIRIT.json | 5 | ||||
-rw-r--r-- | items/PET_SKIN_SQUID_CHROMARI.json | 5 | ||||
-rw-r--r-- | items/RABBIT_THE_FISH.json | 5 | ||||
-rw-r--r-- | 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 |