TreyRuffy / BetterF3

A Fabric mod ported to Forge for Minecraft that provides a highly customizable, more human-readable Debug HUD.
https://modrinth.com/mod/betterf3
MIT License
26 stars 11 forks source link

[Feature]: Multiple debug screens #87

Open muzikbike opened 3 months ago

muzikbike commented 3 months ago

Describe the Request

Currently, all of the debug info that vanilla has scarcely fits on screen, and is often seen going below the bottom of the screen, or sometimes intersecting information on the opposite side. Both of these can be seen even in the default settings in my case.

While this can be remedied by changing the F3 screen in the mod to not display this information, I'd still prefer it if it could be accessed at a button press. This could be achieved by implementing multiple debug screens instead of just the one - by default, they would be blank, but you would be able to transfer information from the main debug screen over to them to declutter the main debug screen while still keeping the relocated information easily accessible elsewhere.

Perhaps these debug screens could be made accessible via other debug keys (F6, F7, F8, etc.) and would be rebindable - modern keyboards probably have enough keys to accommodate this.

Screenshots

2024-06-11_15 23 10

Modloader Type

Fabric

Modloader Version

0.15.11

Additional Context

No response