diff options
author | Justus Rademacher <justus.berlin@gmail.com> | 2021-01-28 10:37:51 +0100 |
---|---|---|
committer | Justus Rademacher <justus.berlin@gmail.com> | 2021-01-28 10:37:51 +0100 |
commit | 21bd825c0eb2e9de970fc8b879b6901798aac52e (patch) | |
tree | d7027191162b58ede05e53a88b98fc37decbfa5b /src/main/java/me/Danker/DankersSkyblockMod.java | |
parent | b65d69d3d9a4548dbec534260453321da83bd0eb (diff) | |
download | SkyblockMod-21bd825c0eb2e9de970fc8b879b6901798aac52e.tar.gz SkyblockMod-21bd825c0eb2e9de970fc8b879b6901798aac52e.tar.bz2 SkyblockMod-21bd825c0eb2e9de970fc8b879b6901798aac52e.zip |
Fixxed TriviaSolver showing wrong answer because DwarvenMinesUpdate
Diffstat (limited to 'src/main/java/me/Danker/DankersSkyblockMod.java')
-rw-r--r-- | src/main/java/me/Danker/DankersSkyblockMod.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/me/Danker/DankersSkyblockMod.java b/src/main/java/me/Danker/DankersSkyblockMod.java index 85d312c..087c0cb 100644 --- a/src/main/java/me/Danker/DankersSkyblockMod.java +++ b/src/main/java/me/Danker/DankersSkyblockMod.java @@ -243,7 +243,7 @@ public class DankersSkyblockMod { triviaSolutions.put("What is the status of Goldor?", new String[]{"Wither Soldier"}); triviaSolutions.put("What is the status of Storm?", new String[]{"Elementalist"}); triviaSolutions.put("What is the status of Necron?", new String[]{"Wither Lord"}); - triviaSolutions.put("How many total Fairy Souls are there?", new String[]{"209 Fairy Souls"}); + triviaSolutions.put("How many total Fairy Souls are there?", new String[]{"220 Fairy Souls"}); triviaSolutions.put("How many Fairy Souls are there in Spider's Den?", new String[]{"17 Fairy Souls"}); triviaSolutions.put("How many Fairy Souls are there in The End?", new String[]{"12 Fairy Souls"}); triviaSolutions.put("How many Fairy Souls are there in The Barn?", new String[]{"7 Fairy Souls"}); @@ -262,7 +262,7 @@ public class DankersSkyblockMod { triviaSolutions.put("What is the name of the person that upgrades pets?", new String[]{"Kat"}); triviaSolutions.put("What is the name of the lady of the Nether?", new String[]{"Elle"}); triviaSolutions.put("Which villager in the Village gives you a Rogue Sword?", new String[]{"Jamie"}); - triviaSolutions.put("How many unique minions are there?", new String[]{"52 Minions"}); + triviaSolutions.put("How many unique minions are there?", new String[]{"53 Minions"}); triviaSolutions.put("Which of these enemies does not spawn in the Spider's Den?", new String[]{"Zombie Spider", "Cave Spider", "Wither Skeleton", "Dashing Spooder", "Broodfather", "Night Spider"}); triviaSolutions.put("Which of these monsters only spawns at night?", new String[]{"Zombie Villager", "Ghast"}); |