作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1
平台: fabric
标签: game-mechanics utility
UltimateHud is a mod that displays essential information for each user in the HUD. Everything is configurable from the ultimatehud.json file inside your ./minecraft/config folder. In it, you will find a file similar to this:
Now, you can also change the options with the "Mod Menu" mod.
{
"showFPS": true, // Displays the Frames Per Second (FPS) on the screen.
"showRAM": true, // Displays the amount of RAM (memory) being used.
"showCoordinates": true, // Shows the player's current coordinates in the game world.
"showRealTime": true, // Displays the real-world current time.
"showRealDate": true, // Displays the real-world current date.
"showMinecraftTime": true, // Shows the in-game time.
"showBiome": true, // Displays the current biome the player is in.
"showFacing": true, // Shows the direction the player is facing.
"showSpeed": true, // Displays the player's current speed.
"showEntities": true, // Shows the number of entities around the player.
"showMobs": true, // Displays the number of mobs around the player.
"showLookingAt": true, // Shows information about the block or entity the player is currently looking at.
"showTps": true, // Displays the server's Ticks Per Second (TPS).
"showPing": true, // Shows the player's ping to the server.
"textShadow": true, // Adds a shadow effect to the text for better readability.
"showItemDurability": true, // Displays the durability of the item the player is currently holding.
"hudPosition": "LEFT" // Positions the HUD (Heads-Up Display) on the left side of the screen.
}
Fabric Loader 0.15.11 or newer is needed.
All options are toggled by setting them to true (enabled) or false (disabled), except for the last option, which sets the HUD to the left (left) or to the right (right).

请登录后举报
暂无评论,抢个沙发吧~