diff options
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/kotlin/commands/rome.kt | 6 |
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)}" ) |
