Bulldog83 / JustMap

A minimap mod for Minecraft with Fabric launcher.
GNU General Public License v3.0
42 stars 17 forks source link

Manually introducing negative waypoint coordinates #73

Closed Boobies closed 4 years ago

Boobies commented 4 years ago

Cannot type the minus sign in the boxes, only digits are accepted. It should be possible for the first character to be a minus sign as long as it's followed by digits.

Bulldog83 commented 4 years ago

It's normal. These fields acceps only integer values or nothing.

Boobies commented 4 years ago

Well negative values are integers too but you can't input them... That means you can never set a waypoint with negative coordinates without actually going there. Those inputs thus only allow you to set inputs for a quarter of the Minecraft world and the rest is inaccessible.

Bulldog83 commented 4 years ago

You can. Just enter any digit and type minus before it.

Boobies commented 4 years ago

Ok but it's pretty ridiculous and no one expects software to work like that. It's so ridiculous that as a user I had to open a bug report to find out the workaround. :-/ At the very least put up some text so people know how to do it.

Bulldog83 commented 4 years ago

It's protection from enter wrong data to the field. And you are the first to whom it caused inconvenience.