From eb78fb7fe219a0ac5f7a937008be6b65c515e6cf Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 29 Nov 2022 22:35:51 +0100 Subject: Fixed 1 NPC, 1 Mob, added 1 npc and fixed 1 item (#868) --- items/POISON_SAMPLE.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'items/POISON_SAMPLE.json') diff --git a/items/POISON_SAMPLE.json b/items/POISON_SAMPLE.json index 40345a22..4a1ec53c 100644 --- a/items/POISON_SAMPLE.json +++ b/items/POISON_SAMPLE.json @@ -16,5 +16,9 @@ "crafttext": "", "clickcommand": "", "modver": "2.1.0-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Poison_Sample", + "https://wiki.hypixel.net/Poison_Sample" + ] } \ No newline at end of file -- cgit