cominixo / BetterF3

A Fabric mod for Minecraft that provides a highly customizable, more human-readable Debug HUD.
MIT License
134 stars 34 forks source link

[Bug]: Sound count gets cut off when a mod increases the sound limit #125

Open RaphiMC opened 1 year ago

RaphiMC commented 1 year ago

Describe the Bug

When the sound count gets increased (From a mod like https://github.com/RelativityMC/raise-sound-limit-simplified) the text in the F3 screen will be cut off when over 100 sounds are playing at the same time. This happens because the whole sound text is longer than it would be in vanilla. (Second screenshot)

Steps to Reproduce

Install a mod which increases the sound limit. Join a world and play over 100 sounds

Expected Behavior

The sound text not to get cut off. (First screenshot)

Screenshots

When less than 100 sounds are playing: image

When over 100 sounds are playing: image

Modloader Type

Fabric

Modloader Version

Minecraft 1.19.3 Fabric Loader 0.14.11

Mod Version

5.0.0

Log Output

No response

Additional Context

No response