From f857d37a7eeb23dba7cf73fcb6261b2ae0759739 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 16 Oct 2025 16:55:37 +0200 Subject: feat(dev): show overlay count in /firm dev repo --- src/main/kotlin/commands/rome.kt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') 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 @@ -389,6 +389,12 @@ fun firmamentCommand(ctx: CommandRegistryAccess) = literal("firmament") { "Loaded items: ${RepoManager.neuRepo.items?.items?.size}" ) ) + source.sendFeedback( + tr( + "firmament.repo.info.overlays", + "Overlays: ${RepoManager.overlayData.overlays.size}" + ) + ) source.sendFeedback( tr( "firmament.repo.info.itemcache", -- cgit