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 122 forks source link

Make options more readable #127

Open Madis0 opened 3 years ago

Madis0 commented 3 years ago

Variables are cool, but only in programming, not UIs. I suggest showing the variables as sentences instead.

If you don't want to create strings for all of them, you could attempt to parse them as sentence case (foreach until you find a capital letter, add space before, capitalize the first word...)

maruohon commented 3 years ago

I assume you mean the naming of the config options? This has already been changed in the development code, all the config names and comments now have localization strings, and the default names will be upper/camel case with spaces.

See this comment for example screenshots: https://github.com/maruohon/minihud/issues/93#issuecomment-747521714