aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
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)}"
)