We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2539426 commit 96d50d9Copy full SHA for 96d50d9
src/main/kotlin/gg/skytils/skytilsmod/features/impl/mining/MiningFeatures.kt
@@ -240,7 +240,7 @@ object MiningFeatures {
240
) {
241
CrystalHollowsMap.Locations.KingYolkar.loc.set()
242
}
243
- if (formatted.startsWith("§r§cYou died")) {
+ if (unformatted.startsWith("Warp") || formatted.startsWith("§r§f§r§c ☠")) {
244
deadCount =
245
50 //this is to make sure the scoreboard has time to update and nothing moves halfway across the map
246
if (Skytils.config.crystalHollowDeathWaypoint && SBInfo.mode == SkyblockIsland.CrystalHollows.mode && lastTPLoc != null) {
0 commit comments