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
410 stars 104 forks source link

[Feature Request] Add infoDistanceFormat and infoDistanceBlock #349

Open clement-or opened 5 days ago

clement-or commented 5 days ago

Use case : I'm bad at mental maths, so having the infoDistance is useful. However, I always make mistakes when using it to build certain sizes of walls, if I set the reference position a bit too "early" on the block, and I read the distance a bit too "late", the integer value won't be the block coordinate. It's a bit of a headache, I always make 1 or 2 block mistakes because of this. Also, it would be nice to be able to choose the display format just like the coordinateFormat.

Specs :

If you'd think that would be feasible with little knowledge of your codebase, I'd be happy to PR it.