aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/util/SkyBlockIsland.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-12-22 14:33:43 +0100
committerLinnea Gräf <nea@nea.moe>2024-12-22 14:33:43 +0100
commitba79b46f64d541504b391dae17efb485a08e7745 (patch)
tree12582b708e6df55b88af5dd518c5e7ccc4709ec1 /src/main/kotlin/util/SkyBlockIsland.kt
parentcdb5e60f52eea9030af9ca2d4a49913664023965 (diff)
downloadFirmament-ba79b46f64d541504b391dae17efb485a08e7745.tar.gz
Firmament-ba79b46f64d541504b391dae17efb485a08e7745.tar.bz2
Firmament-ba79b46f64d541504b391dae17efb485a08e7745.zip
fix: Limit dangerous pickaxe abilities on garden as well
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 c42a55c..f15cadb 100644
--- a/src/main/kotlin/util/SkyBlockIsland.kt
+++ b/src/main/kotlin/util/SkyBlockIsland.kt
@@ -35,6 +35,7 @@ private constructor(
val PRIVATE_ISLAND = forMode("dynamic")
val RIFT = forMode("rift")
val MINESHAFT = forMode("mineshaft")
+ val GARDEN = forMode("garden")
}
val userFriendlyName