diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-15 22:43:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-15 21:43:52 +0000 |
commit | 022afacf5c04b1c3e7ed1a7b7024da1ce5cf7a31 (patch) | |
tree | 306c2dbb05d8b65ee24ea4f65a0658115633554d | |
parent | 258b1f26856f38d8702423d6c82436489e3b8846 (diff) | |
download | NotEnoughUpdates-REPO-022afacf5c04b1c3e7ed1a7b7024da1ce5cf7a31.tar.gz NotEnoughUpdates-REPO-022afacf5c04b1c3e7ed1a7b7024da1ce5cf7a31.tar.bz2 NotEnoughUpdates-REPO-022afacf5c04b1c3e7ed1a7b7024da1ce5cf7a31.zip |
Added Wiki Links, added npc, fixed Max Atri Shard and recipe (#1074)
31 files changed, 133 insertions, 32 deletions
diff --git a/items/BAG_OF_COAL_BACKPACK.json b/items/BAG_OF_COAL_BACKPACK.json index a536bb4e..2a8b68c0 100644 --- a/items/BAG_OF_COAL_BACKPACK.json +++ b/items/BAG_OF_COAL_BACKPACK.json @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Bag_Of_Coal_Backpack_Skin" + ] }
\ No newline at end of file diff --git a/items/BINGHOE.json b/items/BINGHOE.json index 3a374f11..bcf91b0a 100644 --- a/items/BINGHOE.json +++ b/items/BINGHOE.json @@ -29,6 +29,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Binghoe" + "https://wiki.hypixel.net/Binghoe", + "https://hypixel-skyblock.fandom.com/wiki/Binghoe" ] }
\ No newline at end of file diff --git a/items/CHRISTMAS_STOCKING_BACKPACK.json b/items/CHRISTMAS_STOCKING_BACKPACK.json index 1bd8a0a6..2d430644 100644 --- a/items/CHRISTMAS_STOCKING_BACKPACK.json +++ b/items/CHRISTMAS_STOCKING_BACKPACK.json @@ -20,5 +20,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Christmas_Stocking_Backpack_Skin", + "https://wiki.hypixel.net/Christmas_Stocking_Backpack_Skin" + ] }
\ No newline at end of file diff --git a/items/CHRISTOPHER_NPC.json b/items/CHRISTOPHER_NPC.json new file mode 100644 index 00000000..7459f50c --- /dev/null +++ b/items/CHRISTOPHER_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Christopher (NPC)", + "nbttag": "{SkullOwner:{Id:\"1424f3d3-2b45-2ef9-9a44-b73e2a39fd4e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk4N2I4OTUyYmUyYTI5YTU3ZDdmMGU3ODhmNzlmY2ZkYzFmYmQyNWZmZWMwMTJmYmZlZjM0ZDdiZTQ2MzliNDkifX19\"}]},Name:\"1424f3d3-2b45-2ef9-9a44-b73e2a39fd4e\"},display:{Lore:[0:\"\"],Name:\"§9Christopher (NPC)\"},ExtraAttributes:{id:\"CHRISTOPHER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "CHRISTOPHER_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -59, + "y": 90, + "z": -16, + "island": "hub" +}
\ No newline at end of file diff --git a/items/EINARY_NPC.json b/items/EINARY_NPC.json index 18f2aba5..82d74dd0 100644 --- a/items/EINARY_NPC.json +++ b/items/EINARY_NPC.json @@ -132,7 +132,7 @@ "SKYBLOCK_NORTH_STAR:10", "VOLCANIC_ROCK:1" ], - "result": "WINTER_FRAGMENT:1" + "result": "WINTER_FRAGMENT:2" } ], "crafttext": "" diff --git a/items/FROZEN_BLAZE_ICEBERG.json b/items/FROZEN_BLAZE_ICEBERG.json index abe83d59..62f79f6a 100644 --- a/items/FROZEN_BLAZE_ICEBERG.json +++ b/items/FROZEN_BLAZE_ICEBERG.json @@ -20,5 +20,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Iceberg_Skin", + "https://wiki.hypixel.net/Iceberg_Skin" + ] }
\ No newline at end of file diff --git a/items/GIFT_BLACK_BACKPACK.json b/items/GIFT_BLACK_BACKPACK.json index d6a97fd1..55d1edea 100644 --- a/items/GIFT_BLACK_BACKPACK.json +++ b/items/GIFT_BLACK_BACKPACK.json @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Black_Gift_Backpack_Skin" + ] }
\ No newline at end of file diff --git a/items/GIFT_BLUE_BACKPACK.json b/items/GIFT_BLUE_BACKPACK.json index 197c3e2e..2f6f6a30 100644 --- a/items/GIFT_BLUE_BACKPACK.json +++ b/items/GIFT_BLUE_BACKPACK.json @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Blue_Gift_Backpack_Skin" + ] }
\ No newline at end of file diff --git a/items/GIFT_GOLD_BACKPACK.json b/items/GIFT_GOLD_BACKPACK.json index d4b5de47..553fd774 100644 --- a/items/GIFT_GOLD_BACKPACK.json +++ b/items/GIFT_GOLD_BACKPACK.json @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gold_Gift_Backpack_Skin" + ] }
\ No newline at end of file diff --git a/items/GIFT_GREEN_BACKPACK.json b/items/GIFT_GREEN_BACKPACK.json index d2e49814..9c2aa41d 100644 --- a/items/GIFT_GREEN_BACKPACK.json +++ b/items/GIFT_GREEN_BACKPACK.json @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Green_Gift_Backpack_Skin" + ] }
\ No newline at end of file diff --git a/items/GIFT_PURPLE_BACKPACK.json b/items/GIFT_PURPLE_BACKPACK.json index e7ecbacc..d3e9655c 100644 --- a/items/GIFT_PURPLE_BACKPACK.json +++ b/items/GIFT_PURPLE_BACKPACK.json @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Purple_Gift_Backpack_Skin" + ] }
\ No newline at end of file diff --git a/items/GIFT_WHITE_BACKPACK.json b/items/GIFT_WHITE_BACKPACK.json index 8e9b58b1..be115c4e 100644 --- a/items/GIFT_WHITE_BACKPACK.json +++ b/items/GIFT_WHITE_BACKPACK.json @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/White_Gift_Backpack_Skin" + ] }
\ No newline at end of file diff --git a/items/GOLDEN_COLLAR.json b/items/GOLDEN_COLLAR.json index 80af53f5..6cfb8269 100644 --- a/items/GOLDEN_COLLAR.json +++ b/items/GOLDEN_COLLAR.json @@ -22,5 +22,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Golden_Collar", + "https://wiki.hypixel.net/Golden_Collar" + ] }
\ No newline at end of file diff --git a/items/ICE_CUBE.json b/items/ICE_CUBE.json index 71b5cc4a..6e8e4ba2 100644 --- a/items/ICE_CUBE.json +++ b/items/ICE_CUBE.json @@ -24,5 +24,9 @@ "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "crafttext": "Requires: Ice VII", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ice_Cube", + "https://wiki.hypixel.net/Ice_Cube" + ] }
\ No newline at end of file diff --git a/items/MAGIC_TOP_HAT.json b/items/MAGIC_TOP_HAT.json index e62d6d0c..35296285 100644 --- a/items/MAGIC_TOP_HAT.json +++ b/items/MAGIC_TOP_HAT.json @@ -19,6 +19,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Magic_Top_Hat" + "https://wiki.hypixel.net/Magic_Top_Hat", + "https://hypixel-skyblock.fandom.com/wiki/Magic_Top_Hat" ] }
\ No newline at end of file diff --git a/items/MAXED_ATTRIBUTE_SHARD.json b/items/MAXED_ATTRIBUTE_SHARD.json index 2dc3e219..32a6d9f9 100644 --- a/items/MAXED_ATTRIBUTE_SHARD.json +++ b/items/MAXED_ATTRIBUTE_SHARD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:prismarine_shard", "displayname": "§f§f§cMax Attribute Shard", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§bArachno X\",1:\"§bArachno Resistance X\",2:\"§bAttack Speed X\",3:\"§bBlazing X\",4:\"§bBlazing Fortune X\",5:\"§bBlazing Resistance X\",6:\"§bBreeze X\",7:\"§bCombo X\",8:\"§bDeadeye X\",9:\"§bDominance X\",10:\"§bDouble Hook X\",11:\"§bElite X\",12:\"§bEnder X\",13:\"§bEnder Resistance X\",14:\"§bExperience X\",15:\"§bFortitude X\",16:\"§bFisherman X\",17:\"§bFishing Experience X\",18:\"§bFishing Speed X\",19:\"§bHunter X\",20:\"§bIgnition X\",21:\"§bInfection X\",22:\"§bLife Recovery X\",23:\"§bLife Regeneration X\",24:\"§bLifeline X\",25:\"§bMagic Find X\",26:\"§bMana Pool X\",27:\"§bMana Regeneration X\",28:\"§bMana Steal X\",29:\"§bMidas Touch X\",30:\"§bSpeed X\",31:\"§bTrophy Hunter X\",32:\"§bUndead X\",33:\"§bUndead Resistance X\",34:\"§bVeteran X\",35:\"§bWarrior X\",36:\"\",37:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Attribute Shard\"},ExtraAttributes:{attributes:{trophy_hunter:1},id:\"MAXED_ATTRIBUTE_SHARD\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§bArachno X\",1:\"§bArachno Resistance X\",2:\"§bAttack Speed X\",3:\"§bBlazing X\",4:\"§bBlazing Fortune X\",5:\"§bBlazing Resistance X\",6:\"§bBreeze X\",7:\"§bCombo X\",8:\"§bDeadeye X\",9:\"§bDominance X\",10:\"§bDouble Hook X\",11:\"§bElite X\",12:\"§bEnder X\",13:\"§bEnder Resistance X\",14:\"§bExperience X\",15:\"§bFortitude X\",16:\"§bFisherman X\",17:\"§bFishing Experience X\",18:\"§bFishing Speed X\",19:\"§bHunter X\",20:\"§bIgnition X\",21:\"§bInfection X\",22:\"§bLife Recovery X\",23:\"§bLife Regeneration X\",24:\"§bLifeline X\",25:\"§bMagic Find X\",26:\"§bMana Pool X\",27:\"§bMana Regeneration X\",28:\"§bMana Steal X\",29:\"§bMidas Touch X\",30:\"§bSpeed X\",31:\"§bTrophy Hunter X\",32:\"§bUndead X\",33:\"§bUndead Resistance X\",34:\"§bVitality X\",35:\"§bVeteran X\",36:\"§bWarrior X\",37:\"\",38:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Attribute Shard\"},ExtraAttributes:{attributes:{trophy_hunter:1},id:\"MAXED_ATTRIBUTE_SHARD\"}}", "damage": 0, "lore": [ "§bArachno X", @@ -38,6 +38,7 @@ "§bTrophy Hunter X", "§bUndead X", "§bUndead Resistance X", + "§bVitality X", "§bVeteran X", "§bWarrior X", "", diff --git a/items/MUSHED_MUSHROOM_MIXIN.json b/items/MUSHED_MUSHROOM_MIXIN.json index 50b38078..dc5f415a 100644 --- a/items/MUSHED_MUSHROOM_MIXIN.json +++ b/items/MUSHED_MUSHROOM_MIXIN.json @@ -21,5 +21,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Glowing_Mush_Mixin", + "https://wiki.hypixel.net/Glowing_Mush_Mixin" + ] }
\ No newline at end of file diff --git a/items/NORTH_STAR_BACKPACK.json b/items/NORTH_STAR_BACKPACK.json index e20ccdb8..e32e3f6a 100644 --- a/items/NORTH_STAR_BACKPACK.json +++ b/items/NORTH_STAR_BACKPACK.json @@ -20,5 +20,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/North_Star_Backpack_Skin" + ] }
\ No newline at end of file diff --git a/items/OWL;4.json b/items/OWL;4.json index 1f0b57da..88dedbb5 100644 --- a/items/OWL;4.json +++ b/items/OWL;4.json @@ -38,5 +38,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Owl_Pet", + "https://wiki.hypixel.net/Owl_Pet" + ] }
\ No newline at end of file diff --git a/items/PET_SKIN_FOUR_SEASONS_GRIFFIN.json b/items/PET_SKIN_FOUR_SEASONS_GRIFFIN.json index ea957ccb..22ee6aa1 100644 --- a/items/PET_SKIN_FOUR_SEASONS_GRIFFIN.json +++ b/items/PET_SKIN_FOUR_SEASONS_GRIFFIN.json @@ -29,5 +29,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Four_Seasons_Griffin_Skin" + ] }
\ No newline at end of file diff --git a/items/PET_SKIN_JERRY_FROZEN.json b/items/PET_SKIN_JERRY_FROZEN.json index 7bc51141..1da4493c 100644 --- a/items/PET_SKIN_JERRY_FROZEN.json +++ b/items/PET_SKIN_JERRY_FROZEN.json @@ -23,5 +23,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Frozen_Jerry_Skin", + "https://wiki.hypixel.net/Frozen_Jerry_Skin" + ] }
\ No newline at end of file diff --git a/items/PET_SKIN_SNOW_OWL.json b/items/PET_SKIN_SNOW_OWL.json index 376f97e5..37e94adb 100644 --- a/items/PET_SKIN_SNOW_OWL.json +++ b/items/PET_SKIN_SNOW_OWL.json @@ -23,5 +23,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Snow_Owl_Skin", + "https://wiki.hypixel.net/Snow_Owl_Skin" + ] }
\ No newline at end of file diff --git a/items/POLAR_LIGHTS_FLUX.json b/items/POLAR_LIGHTS_FLUX.json index 4c92eb16..884bfa77 100644 --- a/items/POLAR_LIGHTS_FLUX.json +++ b/items/POLAR_LIGHTS_FLUX.json @@ -25,5 +25,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Polar_Lights_Power_Orb_Skin", + "https://wiki.hypixel.net/Polar_Lights_Power_Orb_Skin" + ] }
\ No newline at end of file diff --git a/items/SECRET_BINGO_MEMENTO.json b/items/SECRET_BINGO_MEMENTO.json index 3468701f..1a2bc023 100644 --- a/items/SECRET_BINGO_MEMENTO.json +++ b/items/SECRET_BINGO_MEMENTO.json @@ -22,5 +22,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Bingo%27s_Secrets" + ] }
\ No newline at end of file diff --git a/items/SECRET_TRACKER.json b/items/SECRET_TRACKER.json index e651171b..5fa697ba 100644 --- a/items/SECRET_TRACKER.json +++ b/items/SECRET_TRACKER.json @@ -22,5 +22,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Secret_Tracker_3000" + ] }
\ No newline at end of file diff --git a/items/SKYBLOCK_COPPER.json b/items/SKYBLOCK_COPPER.json index 62191afd..0fd4c691 100644 --- a/items/SKYBLOCK_COPPER.json +++ b/items/SKYBLOCK_COPPER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§cCopper", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ad5f635a-f850-4db4-9b2b-1b36dedf44cb\",hypixelPopulated:1b,Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWMyNjU4MDNkMWNjMmUzMWY3OTUxZmZlY2JlZjUwZTA3OGMzNjYyOWQ1ZDA5MDc4YjkxYmE0ZGNkNDRjYTI5YyJ9fX0=\"}]},Name:\"§897d94b2-5656-46df-ba23-966ca6c74b80\"},display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§dEnigma Soul (Rift)\"},ExtraAttributes:{id:\"SKYBLOCK_ENIGMA_SOUL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ad5f635a-f850-4db4-9b2b-1b36dedf44cb\",hypixelPopulated:1b,Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWMyNjU4MDNkMWNjMmUzMWY3OTUxZmZlY2JlZjUwZTA3OGMzNjYyOWQ1ZDA5MDc4YjkxYmE0ZGNkNDRjYTI5YyJ9fX0\u003d\"}]},Name:\"§897d94b2-5656-46df-ba23-966ca6c74b80\"},display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§dEnigma Soul (Rift)\"},ExtraAttributes:{id:\"SKYBLOCK_ENIGMA_SOUL\"}}", "damage": 3, "lore": [ "§7Used for NEU NPC-Shops", @@ -14,6 +14,7 @@ "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Copper" + "https://wiki.hypixel.net/Copper", + "https://hypixel-skyblock.fandom.com/wiki/Copper" ] -} +}
\ No newline at end of file diff --git a/items/TOWN_HALL_BARN_SKIN.json b/items/TOWN_HALL_BARN_SKIN.json index 2503913e..57b36d6c 100644 --- a/items/TOWN_HALL_BARN_SKIN.json +++ b/items/TOWN_HALL_BARN_SKIN.json @@ -16,5 +16,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Town_Hall_Barn_Skin" + ] }
\ No newline at end of file diff --git a/items/VOLCANIC_ROCK.json b/items/VOLCANIC_ROCK.json index 91ef498d..0017a6c8 100644 --- a/items/VOLCANIC_ROCK.json +++ b/items/VOLCANIC_ROCK.json @@ -20,6 +20,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Volcanic_Rock" + "https://wiki.hypixel.net/Volcanic_Rock", + "https://hypixel-skyblock.fandom.com/wiki/Volcanic_Rock" ] }
\ No newline at end of file diff --git a/items/WINTER_FRAGMENT.json b/items/WINTER_FRAGMENT.json index 69d02979..552171cb 100644 --- a/items/WINTER_FRAGMENT.json +++ b/items/WINTER_FRAGMENT.json @@ -17,6 +17,7 @@ "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Winter_Fragment" + "https://wiki.hypixel.net/Winter_Fragment", + "https://hypixel-skyblock.fandom.com/wiki/Winter_Fragment" ] }
\ No newline at end of file diff --git a/items/WINTER_HOMESTEAD_BARN_SKIN.json b/items/WINTER_HOMESTEAD_BARN_SKIN.json index 082ab0c8..3251be2c 100644 --- a/items/WINTER_HOMESTEAD_BARN_SKIN.json +++ b/items/WINTER_HOMESTEAD_BARN_SKIN.json @@ -16,5 +16,8 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.1-PRE", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Winter_Homestead_Barn_Skin" + ] }
\ No newline at end of file diff --git a/items/WORM_BAIT.json b/items/WORM_BAIT.json index 4bc6298f..5e242466 100644 --- a/items/WORM_BAIT.json +++ b/items/WORM_BAIT.json @@ -30,5 +30,9 @@ "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", "crafttext": "", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Worm_Bait", + "https://wiki.hypixel.net/Worm_Bait" + ] }
\ No newline at end of file |