feat: add FPS, day count and ping huds

This commit is contained in:
Jacob
2025-06-23 19:42:41 +08:00
committed by GitHub
parent 818ede416c
commit 58be5f6477
3 changed files with 94 additions and 0 deletions

View File

@@ -137,6 +137,21 @@
"firmament.config.fixes.peek-chat.description": "Hold this keybinding to view the chat as if you have it opened, but while still being able to control your character.",
"firmament.config.fixes.player-skins": "Fix unsigned Player Skins",
"firmament.config.fixes.player-skins.description": "Mark all player skins as signed, preventing console spam, and some rendering issues.",
"firmament.config.hud": "Hud",
"firmament.config.hud.day-count": "Day Count",
"firmament.config.hud.day-count-hud": "Day Count Hud",
"firmament.config.hud.day-count-hud.description": "Shows day.",
"firmament.config.hud.day-count-hud.display": "Day: %s",
"firmament.config.hud.day-count.description": "A HUD showing current day.",
"firmament.config.hud.fps-count": "FPS Count",
"firmament.config.hud.fps-count-hud": "FPS Count Hud",
"firmament.config.hud.fps-count-hud.description": "Shows FPS.",
"firmament.config.hud.fps-count-hud.display": "FPS: %s",
"firmament.config.hud.fps-count.description": "A HUD showing current FPS.",
"firmament.config.hud.ping-count": "Ping Count",
"firmament.config.hud.ping-count-hud": "Ping Count Hud",
"firmament.config.hud.ping-count-hud.description": "Shows Ping.",
"firmament.config.hud.ping-count-hud.display": "Ping %s",
"firmament.config.inventory-buttons-config": "Inventory Buttons",
"firmament.config.inventory-buttons-config.hover-text": "Hover Tooltip",
"firmament.config.inventory-buttons-config.hover-text.description": "Hovering over inventory buttons will show the command they run.",