aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/commands/rome.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-03-06 20:24:25 +0100
committerLinnea Gräf <nea@nea.moe>2025-03-08 16:01:00 +0100
commitebd2f270c385e3cbf0bfd3ee5db8bc4b65700c98 (patch)
tree189906ce200fc5ed3884142a018398a8a928c166 /src/main/kotlin/commands/rome.kt
parent877edf7539ec59f15a14b8c395b80c99faa5de52 (diff)
downloadFirmament-ebd2f270c385e3cbf0bfd3ee5db8bc4b65700c98.tar.gz
Firmament-ebd2f270c385e3cbf0bfd3ee5db8bc4b65700c98.tar.bz2
Firmament-ebd2f270c385e3cbf0bfd3ee5db8bc4b65700c98.zip
feat: Load mining islands from repo
Diffstat (limited to 'src/main/kotlin/commands/rome.kt')
-rw-r--r--src/main/kotlin/commands/rome.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/commands/rome.kt b/src/main/kotlin/commands/rome.kt
index 5412792..6fc01e5 100644
--- a/src/main/kotlin/commands/rome.kt
+++ b/src/main/kotlin/commands/rome.kt
@@ -246,6 +246,7 @@ fun firmamentCommand() = literal("firmament") {
source.sendFeedback(Text.stringifiedTranslatable("firmament.sbinfo.gametype", locrawInfo.gametype))
source.sendFeedback(Text.stringifiedTranslatable("firmament.sbinfo.mode", locrawInfo.mode))
source.sendFeedback(Text.stringifiedTranslatable("firmament.sbinfo.map", locrawInfo.map))
+ source.sendFeedback(tr("firmament.sbinfo.custommining", "Custom Mining: ${formatBool(locrawInfo.skyblockLocation?.hasCustomMining ?: false)}"))
}
}
}