A Hytale mod that displays the current biome information including the zone and tier number.
BiomeDisplay is a mod for Hytale that displays the current biome information in the UI.
If the MultipleHUD mod is present, this mod can be used alongside other mods that support multiple custom HUDS (e.g. EyeSpy).
/biome toggle/biome position top center
/biome position middle right
/biome position bottom left/biome offset 100 0
/biome offset -500 20
/biome offset 0 -120/biome size small
/biome size medium
/biome size large/biome transparent true
/biome transparent falseA config file can be proved at
mods/n8chur_BiomeDisplay/config.json%appdata%/Hytale/UserData/Saves/<world_name>/mods/n8chur_BiomeDisplay/config.jsonThe config file uses the following format:
{
"DefaultHidden": true,
"DefaultPosition": {
"Vertical": "top",
"Horizontal": "right"
},
"DefaultSize": "small",
"DefaultIsTransparent": true
}DefaultHidden: Whether the HUD is hidden to the user when they first join a server.true, falsefalseDefaultPosition: The default position of the HUD element when a user first joins a server.Vertical"top", "middle", "bottom""bottom"Horizontal"left", "center", "right""left"DefaultSize: The default size of the HUD element when a user first joins a server."small", "medium", "large""medium"DefaultIsTransparent: Whether the background of the HUD element is semi-transparent when a user first joins a server.true, falsefalse
0 Comments