aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2022-10-21 14:37:54 +0200
committerGitHub <noreply@github.com>2022-10-21 14:37:54 +0200
commitb69cd86f76d4561271d968c069d22c80becad679 (patch)
tree24fdb2d7170305c76aec4d637ebed3889a1a372a
parent0058b28f8cd70e0211f0244311b9f8d13ecfc18a (diff)
downloadNotEnoughUpdates-REPO-b69cd86f76d4561271d968c069d22c80becad679.tar.gz
NotEnoughUpdates-REPO-b69cd86f76d4561271d968c069d22c80becad679.tar.bz2
NotEnoughUpdates-REPO-b69cd86f76d4561271d968c069d22c80becad679.zip
Fixed a few items (#846)
* Fixed a few items * Added 33 wiki links * Fixed recipe * Fixed Lord Jawbus and added new drops * new attributes * Added parent for crab hats and added jax * Changed uuid's
-rw-r--r--constants/parents.json10
-rw-r--r--items/ABIPHONE_XIV_ENORMOUS.json6
-rw-r--r--items/ABIPHONE_XIV_ENORMOUS_BLACK.json6
-rw-r--r--items/ABIPHONE_XIV_ENORMOUS_PURPLE.json6
-rw-r--r--items/AMBER_MATERIAL.json4
-rw-r--r--items/BERSERKER_BOOTS.json4
-rw-r--r--items/BERSERKER_CHESTPLATE.json4
-rw-r--r--items/BERSERKER_HELMET.json4
-rw-r--r--items/BERSERKER_LEGGINGS.json4
-rw-r--r--items/BETRAYAL_HEAD.json5
-rw-r--r--items/BINGO_ARTIFACT.json3
-rw-r--r--items/CHILI_PEPPER.json3
-rw-r--r--items/DEAD_SEED.json6
-rw-r--r--items/DIAMONITE.json2
-rw-r--r--items/DITTO_SKIN.json3
-rw-r--r--items/DUNGEON_DISC_4.json3
-rw-r--r--items/DWARVEN_IRON_HAMMER.json6
-rw-r--r--items/DYE_BINGO_BLUE.json3
-rw-r--r--items/EMPTY_CHUM_BUCKET.json4
-rw-r--r--items/ENCHANTED_SHEARS.json6
-rw-r--r--items/FAIRY_WINGS.json6
-rw-r--r--items/FRAMED_VOLCANIC_STONEFISH.json3
-rw-r--r--items/FREE_SPIDER.json6
-rw-r--r--items/FRENCH_FRIES.json6
-rw-r--r--items/GREAT_SPOOK_ARTIFACT.json6
-rw-r--r--items/GREAT_SPOOK_BELT.json6
-rw-r--r--items/GREAT_SPOOK_CLOAK.json6
-rw-r--r--items/GREAT_SPOOK_GLOVES.json6
-rw-r--r--items/GREAT_SPOOK_NECKLACE.json6
-rw-r--r--items/GREAT_SPOOK_RING.json6
-rw-r--r--items/GREAT_SPOOK_SWORD.json6
-rw-r--r--items/GREAT_SPOOK_TALISMAN.json6
-rw-r--r--items/GRIM_REAPER_SC.json4
-rw-r--r--items/HOT_CHOCOLATE.json3
-rw-r--r--items/HOT_STUFF.json2
-rw-r--r--items/HYPERGOLIC_IONIZED_CERAMICS.json3
-rw-r--r--items/JAX_NPC.json108
-rw-r--r--items/LORD_JAWBUS_SC.json6
-rw-r--r--items/MAXED_ATTRIBUTE_SHARD.json12
-rw-r--r--items/MAXED_ENCHANT_BOOK.json2
-rw-r--r--items/NECRON_BOSS.json2
-rw-r--r--items/OBSCURE_ENDING.json6
-rw-r--r--items/PRECIOUS.json6
-rw-r--r--items/ROCK_GEMSTONE.json2
-rw-r--r--items/ROGUE_FLESH.json6
-rw-r--r--items/SEA_EMPEROR_SC.json4
-rw-r--r--items/SKYBLOCK_BRONZE_MEDAL.json3
-rw-r--r--items/SKYBLOCK_GOLD_MEDAL.json3
-rw-r--r--items/SKYBLOCK_PELT.json7
-rw-r--r--items/SKYBLOCK_SILVER_MEDAL.json3
-rw-r--r--items/SUSPICIOUS_STEW.json4
-rw-r--r--items/YETI_SC.json4
52 files changed, 296 insertions, 55 deletions
diff --git a/constants/parents.json b/constants/parents.json
index 61a840ec..9394614e 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -3099,5 +3099,15 @@
"BURNING_KUUDRA_CORE": [
"FIERY_KUUDRA_CORE",
"INFERNAL_KUUDRA_CORE"
+ ],
+ "PARTY_HAT_CRAB_AQUA_ANIMATED": [
+ "PARTY_HAT_CRAB_BLACK_ANIMATED",
+ "PARTY_HAT_CRAB_GREEN_ANIMATED",
+ "PARTY_HAT_CRAB_LIME_ANIMATED",
+ "PARTY_HAT_CRAB_ORANGE_ANIMATED",
+ "PARTY_HAT_CRAB_PINK_ANIMATED",
+ "PARTY_HAT_CRAB_PURPLE_ANIMATED",
+ "PARTY_HAT_CRAB_RED_ANIMATED",
+ "PARTY_HAT_CRAB_YELLOW_ANIMATED"
]
} \ No newline at end of file
diff --git a/items/ABIPHONE_XIV_ENORMOUS.json b/items/ABIPHONE_XIV_ENORMOUS.json
index 78b47f01..e15865d2 100644
--- a/items/ABIPHONE_XIV_ENORMOUS.json
+++ b/items/ABIPHONE_XIV_ENORMOUS.json
@@ -22,5 +22,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Abiphone_XIV_Enormous",
+ "https://wiki.hypixel.net/Abiphone_XIV_Enormous"
+ ]
} \ No newline at end of file
diff --git a/items/ABIPHONE_XIV_ENORMOUS_BLACK.json b/items/ABIPHONE_XIV_ENORMOUS_BLACK.json
index e05c665f..36ca23e2 100644
--- a/items/ABIPHONE_XIV_ENORMOUS_BLACK.json
+++ b/items/ABIPHONE_XIV_ENORMOUS_BLACK.json
@@ -22,5 +22,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Abiphone_XIV_Enormous",
+ "https://wiki.hypixel.net/Abiphone_XIV_Enormous"
+ ]
} \ No newline at end of file
diff --git a/items/ABIPHONE_XIV_ENORMOUS_PURPLE.json b/items/ABIPHONE_XIV_ENORMOUS_PURPLE.json
index 39989306..40ef91da 100644
--- a/items/ABIPHONE_XIV_ENORMOUS_PURPLE.json
+++ b/items/ABIPHONE_XIV_ENORMOUS_PURPLE.json
@@ -22,5 +22,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Abiphone_XIV_Enormous",
+ "https://wiki.hypixel.net/Abiphone_XIV_Enormous"
+ ]
} \ No newline at end of file
diff --git a/items/AMBER_MATERIAL.json b/items/AMBER_MATERIAL.json
index c4eb6da2..c8c46115 100644
--- a/items/AMBER_MATERIAL.json
+++ b/items/AMBER_MATERIAL.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§5Amber Material",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f38e2ada-056c-3df5-ac6c-6f03e2914c7e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWFjZTZiYjNhYTRjY2FjMDMxMTY4MjAyZjZkNDUzMjU5N2JjYWM2MzUxMDU5YWJkOWQxMGIyODYxMDQ5M2FlYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Ambered §7reforge\",4:\"§7when combined with a pickaxe§7.\",5:\"\",6:\"§7§8§oPut a bunch of Amber\",7:\"§8§otogether and it\u0027ll make more\",8:\"§8§oAmber - Throin the Forger.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXX§7!\",12:\"\",13:\"§5§lEPIC REFORGE STONE\",14:\"\",15:\"§eItems Required\",16:\"§9⸕ §9Fine Amber Gemstone §7x12\",17:\"§9Golden Plate §7x1\",18:\"\",19:\"§7Duration: §b7h\"],Name:\"§5Amber Material\"},ExtraAttributes:{id:\"AMBER_MATERIAL\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f38e2ada-056c-3df5-ac6c-6f03e2914c7e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWFjZTZiYjNhYTRjY2FjMDMxMTY4MjAyZjZkNDUzMjU5N2JjYWM2MzUxMDU5YWJkOWQxMGIyODYxMDQ5M2FlYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Ambered §7reforge\",4:\"§7when combined with a pickaxe§7.\",5:\"\",6:\"§7§8§oPut a bunch of Amber\",7:\"§8§otogether and it\u0027ll make more\",8:\"§8§oAmber - Throin the Forger.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aXXX§7!\",12:\"\",13:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Amber Material\"},ExtraAttributes:{id:\"AMBER_MATERIAL\"}}",
"damage": 3,
"lore": [
"§8Reforge Stone",
@@ -11,7 +11,7 @@
"§7when combined with a pickaxe§7.",
"",
"§7§8§oPut a bunch of Amber",
- "§8§otogether and it'll make more",
+ "§8§otogether and it\u0027ll make more",
"§8§oAmber - Throin the Forger.",
"",
"§7Requires §aMining Skill Level",
diff --git a/items/BERSERKER_BOOTS.json b/items/BERSERKER_BOOTS.json
index ca5521cf..64666a30 100644
--- a/items/BERSERKER_BOOTS.json
+++ b/items/BERSERKER_BOOTS.json
@@ -34,7 +34,7 @@
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://hypixel-skyblock.fandom.com/wiki/Berserker_Boots",
- "https://wiki.hypixel.net/Berserker_Boots"
+ "https://hypixel-skyblock.fandom.com/wiki/Berserker_Armor",
+ "https://wiki.hypixel.net/Berserker_Armor"
]
} \ No newline at end of file
diff --git a/items/BERSERKER_CHESTPLATE.json b/items/BERSERKER_CHESTPLATE.json
index 72b52ef4..dbe6b043 100644
--- a/items/BERSERKER_CHESTPLATE.json
+++ b/items/BERSERKER_CHESTPLATE.json
@@ -34,7 +34,7 @@
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://hypixel-skyblock.fandom.com/wiki/Berserker_Chestplate",
- "https://wiki.hypixel.net/Berserker_Chestplate"
+ "https://hypixel-skyblock.fandom.com/wiki/Berserker_Armor",
+ "https://wiki.hypixel.net/Berserker_Armor"
]
} \ No newline at end of file
diff --git a/items/BERSERKER_HELMET.json b/items/BERSERKER_HELMET.json
index d68ffd9a..eb724089 100644
--- a/items/BERSERKER_HELMET.json
+++ b/items/BERSERKER_HELMET.json
@@ -34,7 +34,7 @@
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://hypixel-skyblock.fandom.com/wiki/Berserker_Helmet",
- "https://wiki.hypixel.net/Berserker_Helmet"
+ "https://hypixel-skyblock.fandom.com/wiki/Berserker_Armor",
+ "https://wiki.hypixel.net/Berserker_Armor"
]
} \ No newline at end of file
diff --git a/items/BERSERKER_LEGGINGS.json b/items/BERSERKER_LEGGINGS.json
index 5e64ef21..d508386f 100644
--- a/items/BERSERKER_LEGGINGS.json
+++ b/items/BERSERKER_LEGGINGS.json
@@ -34,7 +34,7 @@
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://hypixel-skyblock.fandom.com/wiki/Berserker_Leggings",
- "https://wiki.hypixel.net/Berserker_Leggings"
+ "https://hypixel-skyblock.fandom.com/wiki/Berserker_Armor",
+ "https://wiki.hypixel.net/Berserker_Armor"
]
} \ No newline at end of file
diff --git a/items/BETRAYAL_HEAD.json b/items/BETRAYAL_HEAD.json
index c60d2cc5..111db26b 100644
--- a/items/BETRAYAL_HEAD.json
+++ b/items/BETRAYAL_HEAD.json
@@ -15,5 +15,8 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://wiki.hypixel.net/Head_Of_Betrayal"
+ ]
} \ No newline at end of file
diff --git a/items/BINGO_ARTIFACT.json b/items/BINGO_ARTIFACT.json
index 95a8cec6..4b9bd548 100644
--- a/items/BINGO_ARTIFACT.json
+++ b/items/BINGO_ARTIFACT.json
@@ -15,6 +15,7 @@
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://wiki.hypixel.net/Bingo_Artifact"
+ "https://wiki.hypixel.net/Bingo_Artifact",
+ "https://hypixel-skyblock.fandom.com/wiki/Bingo_Artifact"
]
} \ No newline at end of file
diff --git a/items/CHILI_PEPPER.json b/items/CHILI_PEPPER.json
index 0b633305..866df8f9 100644
--- a/items/CHILI_PEPPER.json
+++ b/items/CHILI_PEPPER.json
@@ -14,6 +14,7 @@
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://wiki.hypixel.net/Chili_Pepper"
+ "https://wiki.hypixel.net/Chili_Pepper",
+ "https://hypixel-skyblock.fandom.com/wiki/Chili_Pepper"
]
} \ No newline at end of file
diff --git a/items/DEAD_SEED.json b/items/DEAD_SEED.json
index ef03bd6c..ecb7f8d5 100644
--- a/items/DEAD_SEED.json
+++ b/items/DEAD_SEED.json
@@ -14,5 +14,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Dead_Seed",
+ "https://wiki.hypixel.net/Dead_Seed"
+ ]
} \ No newline at end of file
diff --git a/items/DIAMONITE.json b/items/DIAMONITE.json
index 0f86a001..21fb69e1 100644
--- a/items/DIAMONITE.json
+++ b/items/DIAMONITE.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§9Diamonite",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5ae54b55-f9a3-31aa-b435-291bdf6ec276\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWUwNDM4OGM5YTcxYjU5NDFmOWNjMjJkNzhlNjliZmY5NmYxZGY0NmFlMjhjZjQ2YTk5N2ZhMjU4ZWJlNjk5YiJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Fleet §7reforge\",4:\"§7when combined with a pickaxe§7.\",5:\"\",6:\"§7§8§oMagical form of diamond.\",7:\"\",8:\"§7Requires §aMining Skill Level\",9:\"§aXV§7!\",10:\"\",11:\"§9§lRARE REFORGE STONE\",12:\"\",13:\"§eItems Required\",14:\"§5Refined Diamond §7x3\",15:\"\",16:\"§7Duration: §b6h\"],Name:\"§9Diamonite\"},ExtraAttributes:{id:\"DIAMONITE\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5ae54b55-f9a3-31aa-b435-291bdf6ec276\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWUwNDM4OGM5YTcxYjU5NDFmOWNjMjJkNzhlNjliZmY5NmYxZGY0NmFlMjhjZjQ2YTk5N2ZhMjU4ZWJlNjk5YiJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Fleet §7reforge\",4:\"§7when combined with a pickaxe§7.\",5:\"\",6:\"§7§8§oMagical form of diamond.\",7:\"\",8:\"§7Requires §aMining Skill Level\",9:\"§aXV§7!\",10:\"\",11:\"§9§lRARE REFORGE STONE\"],Name:\"§9Diamonite\"},ExtraAttributes:{id:\"DIAMONITE\"}}",
"damage": 3,
"lore": [
"§8Reforge Stone",
diff --git a/items/DITTO_SKIN.json b/items/DITTO_SKIN.json
index e1a053a1..072f457a 100644
--- a/items/DITTO_SKIN.json
+++ b/items/DITTO_SKIN.json
@@ -22,6 +22,7 @@
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://wiki.hypixel.net/Ditto_Skin"
+ "https://wiki.hypixel.net/Ditto_Skin",
+ "https://hypixel-skyblock.fandom.com/wiki/Ditto_Skin"
]
} \ No newline at end of file
diff --git a/items/DUNGEON_DISC_4.json b/items/DUNGEON_DISC_4.json
index 1fb1aab7..cca029b9 100644
--- a/items/DUNGEON_DISC_4.json
+++ b/items/DUNGEON_DISC_4.json
@@ -18,6 +18,7 @@
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://wiki.hypixel.net/Old_Disc"
+ "https://wiki.hypixel.net/Old_Disc",
+ "https://hypixel-skyblock.fandom.com/wiki/Old_Disc"
]
} \ No newline at end of file
diff --git a/items/DWARVEN_IRON_HAMMER.json b/items/DWARVEN_IRON_HAMMER.json
index df2adee3..3cbb4a81 100644
--- a/items/DWARVEN_IRON_HAMMER.json
+++ b/items/DWARVEN_IRON_HAMMER.json
@@ -14,5 +14,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Scavenged_Iron_Hammer",
+ "https://wiki.hypixel.net/Scavenged_Iron_Hammer"
+ ]
} \ No newline at end of file
diff --git a/items/DYE_BINGO_BLUE.json b/items/DYE_BINGO_BLUE.json
index 44605b9f..f12f1b08 100644
--- a/items/DYE_BINGO_BLUE.json
+++ b/items/DYE_BINGO_BLUE.json
@@ -19,6 +19,7 @@
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://wiki.hypixel.net/Bingo_Blue_Dye"
+ "https://wiki.hypixel.net/Bingo_Blue_Dye",
+ "https://hypixel-skyblock.fandom.com/wiki/Bingo_Blue_Dye"
]
} \ No newline at end of file
diff --git a/items/EMPTY_CHUM_BUCKET.json b/items/EMPTY_CHUM_BUCKET.json
index af6cc450..6618aea2 100644
--- a/items/EMPTY_CHUM_BUCKET.json
+++ b/items/EMPTY_CHUM_BUCKET.json
@@ -18,7 +18,7 @@
"modver": "2.1.0-REL",
"infoType": "WIKI_URL",
"info": [
- "https://hypixel-skyblock.fandom.com/wiki/Empty_Chum_Bucket",
- "https://wiki.hypixel.net/Empty_Chum_Bucket"
+ "https://hypixel-skyblock.fandom.com/wiki/Chum_Bucket",
+ "https://wiki.hypixel.net/Chum_Bucket"
]
} \ No newline at end of file
diff --git a/items/ENCHANTED_SHEARS.json b/items/ENCHANTED_SHEARS.json
index 156a41de..8845a137 100644
--- a/items/ENCHANTED_SHEARS.json
+++ b/items/ENCHANTED_SHEARS.json
@@ -16,5 +16,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Shears",
+ "https://wiki.hypixel.net/Enchanted_Shears"
+ ]
} \ No newline at end of file
diff --git a/items/FAIRY_WINGS.json b/items/FAIRY_WINGS.json
index fd0e69d8..d87b11dd 100644
--- a/items/FAIRY_WINGS.json
+++ b/items/FAIRY_WINGS.json
@@ -14,5 +14,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Fairy_Wings",
+ "https://wiki.hypixel.net/Fairy_Wings"
+ ]
} \ No newline at end of file
diff --git a/items/FRAMED_VOLCANIC_STONEFISH.json b/items/FRAMED_VOLCANIC_STONEFISH.json
index 717137cc..264e0a52 100644
--- a/items/FRAMED_VOLCANIC_STONEFISH.json
+++ b/items/FRAMED_VOLCANIC_STONEFISH.json
@@ -13,6 +13,7 @@
"clickcommand": "",
"infoType": "WIKI_URL",
"info": [
- "https://wiki.hypixel.net/Framed_Volcanic_Stonefish"
+ "https://wiki.hypixel.net/Framed_Volcanic_Stonefish",
+ "https://hypixel-skyblock.fandom.com/wiki/Framed_Volcanic_Stonefish"
]
} \ No newline at end of file
diff --git a/items/FREE_SPIDER.json b/items/FREE_SPIDER.json
index c26532a3..a14a87dd 100644
--- a/items/FREE_SPIDER.json
+++ b/items/FREE_SPIDER.json
@@ -13,5 +13,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Free_Spider",
+ "https://wiki.hypixel.net/Free_Spider"
+ ]
} \ No newline at end of file
diff --git a/items/FRENCH_FRIES.json b/items/FRENCH_FRIES.json
index 011f8b8b..494de26c 100644
--- a/items/FRENCH_FRIES.json
+++ b/items/FRENCH_FRIES.json
@@ -13,5 +13,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/French_Fries",
+ "https://wiki.hypixel.net/French_Fries"
+ ]
} \ No newline at end of file
diff --git a/items/GREAT_SPOOK_ARTIFACT.json b/items/GREAT_SPOOK_ARTIFACT.json
index 66146ef9..38efb059 100644
--- a/items/GREAT_SPOOK_ARTIFACT.json
+++ b/items/GREAT_SPOOK_ARTIFACT.json
@@ -17,5 +17,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Great_Spook_Artifact",
+ "https://wiki.hypixel.net/Great_Spook_Artifact"
+ ]
} \ No newline at end of file
diff --git a/items/GREAT_SPOOK_BELT.json b/items/GREAT_SPOOK_BELT.json
index ff96c9b0..f693d3f7 100644
--- a/items/GREAT_SPOOK_BELT.json
+++ b/items/GREAT_SPOOK_BELT.json
@@ -18,5 +18,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Great_Spook_Belt",
+ "https://wiki.hypixel.net/Great_Spook_Belt"
+ ]
} \ No newline at end of file
diff --git a/items/GREAT_SPOOK_CLOAK.json b/items/GREAT_SPOOK_CLOAK.json
index 45c19a5c..390b2c3e 100644
--- a/items/GREAT_SPOOK_CLOAK.json
+++ b/items/GREAT_SPOOK_CLOAK.json
@@ -18,5 +18,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Great_Spook_Cloak",
+ "https://wiki.hypixel.net/Great_Spook_Cloak"
+ ]
} \ No newline at end of file
diff --git a/items/GREAT_SPOOK_GLOVES.json b/items/GREAT_SPOOK_GLOVES.json
index b2015c82..8d4cc3e3 100644
--- a/items/GREAT_SPOOK_GLOVES.json
+++ b/items/GREAT_SPOOK_GLOVES.json
@@ -18,5 +18,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Great_Spook_Gloves",
+ "https://wiki.hypixel.net/Great_Spook_Gloves"
+ ]
} \ No newline at end of file
diff --git a/items/GREAT_SPOOK_NECKLACE.json b/items/GREAT_SPOOK_NECKLACE.json
index 11a4f1ef..2b8a8653 100644
--- a/items/GREAT_SPOOK_NECKLACE.json
+++ b/items/GREAT_SPOOK_NECKLACE.json
@@ -18,5 +18,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Great_Spook_Necklace",
+ "https://wiki.hypixel.net/Great_Spook_Necklace"
+ ]
} \ No newline at end of file
diff --git a/items/GREAT_SPOOK_RING.json b/items/GREAT_SPOOK_RING.json
index 7c0b9c90..b2dbd410 100644
--- a/items/GREAT_SPOOK_RING.json
+++ b/items/GREAT_SPOOK_RING.json
@@ -15,5 +15,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Great_Spook_Ring",
+ "https://wiki.hypixel.net/Great_Spook_Ring"
+ ]
} \ No newline at end of file
diff --git a/items/GREAT_SPOOK_SWORD.json b/items/GREAT_SPOOK_SWORD.json
index f38a9cb0..406bf9d8 100644
--- a/items/GREAT_SPOOK_SWORD.json
+++ b/items/GREAT_SPOOK_SWORD.json
@@ -20,5 +20,9 @@
"crafttext": "",
"clickcommand": "",
"modver": "2.1.0-REL",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Great_Spook_Sword",
+ "https://wiki.hypixel.net/G