From 8d2258ba1a926e8312ddfff3aa3154b771c58bc5 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 19 Jan 2021 14:04:13 +0100 Subject: Added Wiki Links, Added 2 Pets and Travel Scroll, Fixed Fairy Souls (#363) * Added Wiki Links * Added Uncommon and Rare Mithril Golem * Fixed 3 Fairy Souls --- items/MITHRIL_CRYSTAL.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'items/MITHRIL_CRYSTAL.json') diff --git a/items/MITHRIL_CRYSTAL.json b/items/MITHRIL_CRYSTAL.json index 64f2d8d9..12488dc2 100644 --- a/items/MITHRIL_CRYSTAL.json +++ b/items/MITHRIL_CRYSTAL.json @@ -24,5 +24,10 @@ }, "internalname": "MITHRIL_CRYSTAL", "clickcommand": "viewrecipe", - "modver": "1.7.1-REL" + "modver": "1.7.1-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mithril_Crystal" + ] } \ No newline at end of file -- cgit