aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-10-16 16:55:37 +0200
committerLinnea Gräf <nea@nea.moe>2025-10-16 16:55:37 +0200
commitf857d37a7eeb23dba7cf73fcb6261b2ae0759739 (patch)
tree1baaf4c1e4d7e1c0887ca256c92a7f4b8e5062e6 /src/main
parenta2f670bc5c608f9490801ef0b0a607308fcb23da (diff)
downloadFirmament-f857d37a7eeb23dba7cf73fcb6261b2ae0759739.tar.gz
Firmament-f857d37a7eeb23dba7cf73fcb6261b2ae0759739.tar.bz2
Firmament-f857d37a7eeb23dba7cf73fcb6261b2ae0759739.zip
feat(dev): show overlay count in /firm dev repo
Diffstat (limited to 'src/main')
-rw-r--r--src/main/kotlin/commands/rome.kt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/kotlin/commands/rome.kt b/src/main/kotlin/commands/rome.kt
index e22ca21..af2cebb 100644
--- a/src/main/kotlin/commands/rome.kt
+++ b/src/main/kotlin/commands/rome.kt
@@ -391,6 +391,12 @@ fun firmamentCommand(ctx: CommandRegistryAccess) = literal("firmament") {
)
source.sendFeedback(
tr(
+ "firmament.repo.info.overlays",
+ "Overlays: ${RepoManager.overlayData.overlays.size}"
+ )
+ )
+ source.sendFeedback(
+ tr(
"firmament.repo.info.itemcache",
"ItemCache flawless: ${formatBool(ItemCache.isFlawless)}"
)