diff options
author | Cow <cow@volloeko.de> | 2022-10-03 17:23:45 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2022-10-03 22:14:06 +0200 |
commit | 8184833d01e3db0d2e386bc449e965f0f05b2a1b (patch) | |
tree | 76a9b0547a484a5cc0745f8bcfaeb6d1fbc174e2 /src/main/java/de/cowtipper/cowlection/data/HyStalkingData.java | |
parent | 5ff6bdf6c27b7d27dbb501b52b5a8f7eb7f87cbd (diff) | |
download | Cowlection-8184833d01e3db0d2e386bc449e965f0f05b2a1b.tar.gz Cowlection-8184833d01e3db0d2e386bc449e965f0f05b2a1b.tar.bz2 Cowlection-8184833d01e3db0d2e386bc449e965f0f05b2a1b.zip |
Added newly released content
- new minions (from Crimson Island)
- new slayers (enderman + blaze)
- new areas (Crimson Island + Wool Wars)
- new game modes (Bingo + Stranded)
- new skill avg calculation
- added chest and hopper counters to `/moo analyzeIsland`
Diffstat (limited to 'src/main/java/de/cowtipper/cowlection/data/HyStalkingData.java')
-rw-r--r-- | src/main/java/de/cowtipper/cowlection/data/HyStalkingData.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/cowtipper/cowlection/data/HyStalkingData.java b/src/main/java/de/cowtipper/cowlection/data/HyStalkingData.java index fb9f704..d6d7fb2 100644 --- a/src/main/java/de/cowtipper/cowlection/data/HyStalkingData.java +++ b/src/main/java/de/cowtipper/cowlection/data/HyStalkingData.java @@ -94,7 +94,7 @@ public class HyStalkingData { case "combat_1": return "Spider's Den"; case "combat_2": - return "Blazing Fortress"; + return "Crimson Isle"; case "combat_3": return "The End"; case "dungeon": |