From 45a3da8526ea8b8c306dee26b657be9f12fe738f Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:28:43 +0100 Subject: Some wiki links and fixes (#406) * fixed plumber sponge having clickcommand twice * added salmon opal wiki link and stats (yay even longer lore) * rune sack wiki link * added autopet wiki url * added kismet feather wiki link * added new enrichments to parent * added wiki url to snow shovel (should be named snow scoop smh) * added wiki url to block zapper * OMG I MISSED TO SPACES AFTER COMMAS AAAAAAAAAAAAAAAAAAAH * updated diamond spreading rarity * forgot to remove neu dev data (im dumb) * fixed autopet colors --- items/AUTOPET_RULES_2.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'items/AUTOPET_RULES_2.json') diff --git a/items/AUTOPET_RULES_2.json b/items/AUTOPET_RULES_2.json index 3bd20076..cc34d2a4 100644 --- a/items/AUTOPET_RULES_2.json +++ b/items/AUTOPET_RULES_2.json @@ -7,9 +7,9 @@ "§7Adds §b+2 §7rules to your", "§7§cAutopet§7!", "", - "The §cAutopet §7allows you", + "§7The §cAutopet §7allows you", "§7to §aautomatically §7equip", - "pets depending on rules you", + "§7pets depending on rules you", "§7choose.", "", "§eHold and right-click to consume!", @@ -22,5 +22,9 @@ ], "internalname": "AUTOPET_RULES_2", "clickcommand": "", - "modver": "2.0.0-REL" + "modver": "2.0.0-REL", + "infotype":"WIKI_URL", + "info":[ + "https://hypixel-skyblock.fandom.com/wiki/Autopet_Rules_2-Pack" + ] } \ No newline at end of file -- cgit