diff options
author | Linnea Gräf <nea@nea.moe> | 2025-01-17 18:00:43 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-01-17 18:00:43 +0100 |
commit | 74a043e53540c120ebe58b0199f57bfa36d30e47 (patch) | |
tree | 62b3505d5cc707eb854ad611a4bec38285ec29f8 /src/main/kotlin/util/SkyBlockIsland.kt | |
parent | 19bc576b67c856b33922ee99c3e22a14f39ab55f (diff) | |
download | Firmament-74a043e53540c120ebe58b0199f57bfa36d30e47.tar.gz Firmament-74a043e53540c120ebe58b0199f57bfa36d30e47.tar.bz2 Firmament-74a043e53540c120ebe58b0199f57bfa36d30e47.zip |
feat: Allow dropping protected items in dungeons
Diffstat (limited to 'src/main/kotlin/util/SkyBlockIsland.kt')
-rw-r--r-- | src/main/kotlin/util/SkyBlockIsland.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/util/SkyBlockIsland.kt b/src/main/kotlin/util/SkyBlockIsland.kt index f15cadb..a86543c 100644 --- a/src/main/kotlin/util/SkyBlockIsland.kt +++ b/src/main/kotlin/util/SkyBlockIsland.kt @@ -36,6 +36,7 @@ private constructor( val RIFT = forMode("rift") val MINESHAFT = forMode("mineshaft") val GARDEN = forMode("garden") + val DUNGEON = forMode("dungeon") } val userFriendlyName |