From 07c2cf843213ca97782368475d6cfc6dc34a1254 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 20 Jan 2021 18:43:06 +0100 Subject: Hypixel is weird - Fixed Books - Fixed Souls - Added Reqs and a Drill (#368) * "Fixed" Turbo Books * "Fixed" Books * Added Drill, "Fixed" Talisman, Added Req for the Drill * Fixed 3 Fairy Souls --- constants/fairy_souls.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'constants') diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index bb77c4c2..8a1493cc 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -207,7 +207,7 @@ ], "mining_3":[ "-9,230,-135", - "-21,207,-59", + "-21,208,-59", "-139,220,-89", "155,189,123", "133,104,104", @@ -231,7 +231,7 @@ "10,164,-10", "-139,46,-1", "-55,82,-10", - "-3,21,-16", - "13,60,99" + "-4,21,-17", + "14,60,99" ] } -- cgit From fc254c5d2a5b070d6e70cc434eed63c0b85c4f4e Mon Sep 17 00:00:00 2001 From: riohorealhk <76907766+riohorealhk@users.noreply.github.com> Date: Thu, 21 Jan 2021 23:56:41 +0800 Subject: Update fairy_souls.json (#369) there is 220 fairy souls now --- constants/fairy_souls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index 8a1493cc..38d1af3c 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -1,6 +1,6 @@ { "Comment":"If you would like to contribute to this list please ensure that you: take the coordinates of the soul its self and not where you stand.", - "Max Souls":219, + "Max Souls":220, "hub":[ "138,66,129", "169,60,129", -- cgit