diff options
-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 |