maruohon / minihud

A client-side Minecraft mod with configurable "info lines" ("mini-F3") and various overlays, such as light level and structure bounding boxes
GNU Lesser General Public License v3.0
420 stars 119 forks source link

[Request] Spacers in the mini-F3 #261

Open SFGrenade opened 2 years ago

SFGrenade commented 2 years ago

Add option to add spacers between lines in the mini-F3. Potentially an additional page with a variable amount of spacer lines, where you can say before which line you would like a spacer. e.g. you want a spacer before the Bee info line (which i think is line 22 by default), so you say that a spacer at 22 (which then gets placed above the bee line).

maruohon commented 2 years ago

The entire info line HUD is being rewritten to work with the new Info Overlay system in malilib, and that system will allow you to define an arbitrary number of separate info line HUDs, that you can then position individually. Plus the planned fully customizable info lines system should also allow you to simply add line breaks/blank lines if you want.