aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/util/SkyBlockIsland.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-03-06 21:04:18 +0100
committerLinnea Gräf <nea@nea.moe>2025-03-08 16:01:00 +0100
commit9099abe955d88f7e0f1a1a8feba519a8a098858d (patch)
treeb4c4a1e243719d55c4fe077c87a17e86402786da /src/main/kotlin/util/SkyBlockIsland.kt
parentebd2f270c385e3cbf0bfd3ee5db8bc4b65700c98 (diff)
downloadFirmament-9099abe955d88f7e0f1a1a8feba519a8a098858d.tar.gz
Firmament-9099abe955d88f7e0f1a1a8feba519a8a098858d.tar.bz2
Firmament-9099abe955d88f7e0f1a1a8feba519a8a098858d.zip
feat: Add custom hardness tooltips
Diffstat (limited to 'src/main/kotlin/util/SkyBlockIsland.kt')
-rw-r--r--src/main/kotlin/util/SkyBlockIsland.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/util/SkyBlockIsland.kt b/src/main/kotlin/util/SkyBlockIsland.kt
index 1f00915..e7f955a 100644
--- a/src/main/kotlin/util/SkyBlockIsland.kt
+++ b/src/main/kotlin/util/SkyBlockIsland.kt
@@ -40,6 +40,7 @@ private constructor(
val MINESHAFT = forMode("mineshaft")
val GARDEN = forMode("garden")
val DUNGEON = forMode("dungeon")
+ val NIL = forMode("_")
}
val hasCustomMining