diff options
author | Linnea Gräf <nea@nea.moe> | 2024-12-22 14:33:43 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-12-22 14:33:43 +0100 |
commit | ba79b46f64d541504b391dae17efb485a08e7745 (patch) | |
tree | 12582b708e6df55b88af5dd518c5e7ccc4709ec1 /src/main/kotlin/util | |
parent | cdb5e60f52eea9030af9ca2d4a49913664023965 (diff) | |
download | Firmament-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')
-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 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 |