your current location:首页 > news>Custom HUD (CUSTOMHUD) MINECRAFT

Custom HUD (CUSTOMHUD) MINECRAFT

2024-12-12 09:14:15|Myriagame |source:minecraft skins

CUSTOMOMHUD is a highly configured variable -based text HUD.CUSTOMHUD allows you to accurately put the information in the location you want (except for full -color support, including hexadecimal), and it uses a "variable" system.

In the Profile file, you can write down what you want to see and use, such as {fps}, {version}, {block_x}, etc. to achieve the functions you want.There is also a function called conditional sentence, which allows you to change the content displayed by the output of certain variables [that is the data that can be updated in real time].Documents and in -depth examples related to variables and conditions can be checked in Wiki.

The following is an example:

Minecraft images

The above picture code is:

 Minecraft {version} ({client_Version}) & a {fps} & f/{max_fps} fps {{vsync), "(vsync)", "}} & cx & ay & bz: & c {bx}&a{by} &b{bz}Facing: &a{facing}&f (&a{yaw}&f, &a{pitch}&f)Looking {{tbx, "at {tbx} {tby} {tbz}", "into the abyss"}} Mem: & A {Memory_used_percentage}%& f of {Total_memory} mib, & aLLOCATED_PERCENTAGE}%& f allocated {{{tps {tps} & f t PS (& A {ms_ticks} & f ms ticks) "," "}}{{Nether, "Overworld:", "Nether:} & A {nx} {nz} time: & a {real_time: hh: mm} 

To understand all the functions provided by CustomHud, such as adding information to all 4 angles, changing the background color, and checking variables and conditions better, please check the Wiki of the project on Github.

The author's words: This is a Fabric module. The author does not plan for a Forge plan, but anyone can be transplanted.