From e4cb822dc3016fcf7006b9b2365178059031bc53 Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Wed, 27 Jan 2021 18:19:50 +0100 Subject: added wiki links and recipes and fixed cake soul wiki link (#376) * fixed cake soul link * moved all drills under one parent moved all the drills under one parent. before titanium and mithril drills were sperated, this makes no sence since they look exactly the same * Added wiki link to all redstone minions Added wiki link to all redstone minions, previously wiki link was only on redstone minion tier 1 * added wiki link to all mushroom minions * added wiki links to all nether warts minions * added wiki link to all oak minions * added oak minion tier 4 recipe * added wiki link for all obi minions * added wiki link to all pig minions * added wiki url to all potato minions * fixed mistake with some oak minions * added url to all pumpkin minions * added wiki link to all quartz minions * added wiki url to all rabbit minions * added wiki link to all revenant minions * added wiki link to all sand minions * added wiki link to all sheep minions * added wiki link to all skeleton minions * added wiki link to all tarantula minions * added tarantula minion 5 recipe * added wiki link to all snow minions * added wiki link to all spider minions * added wiki link to all spruce minions * added wiki links to all sugar cane minions * added wiki url to all wheat minions * added stone wiki link why does this exist * added diamond and diamond block wiki link these are very important items so they now have a wiki link * forgot to add viewrecipe at tarantula minion 5 --- items/TARANTULA_GENERATOR_11.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'items/TARANTULA_GENERATOR_11.json') diff --git a/items/TARANTULA_GENERATOR_11.json b/items/TARANTULA_GENERATOR_11.json index 1e3c2247..8eae8619 100644 --- a/items/TARANTULA_GENERATOR_11.json +++ b/items/TARANTULA_GENERATOR_11.json @@ -26,5 +26,9 @@ "internalname": "TARANTULA_GENERATOR_11", "clickcommand": "viewrecipe", "modver": "1.7.1-REL", - "useneucraft": true + "useneucraft": true, + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Minion" + ] } \ No newline at end of file -- cgit