-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When creating a shape the coordinates are jumbled #49
Comments
In Minecraft, boxes always use the lowest coordinates for their minimum and the highest coordinates for their maximum. Effectively, a box from (108, 88, 341) to (200, 62, 243) is the same as a box from (108, 62, 243) to (200, 88, 341). This trait shouldn't cause any mechanical problems, though. |
Yeah actually you're right, then I have an entirely different issue, which would be that when I create an authority and then test for the authority in the given area it tells me there isn't one. Did I miss a step somehow? |
Should a second issue be opened for this? |
Done |
Regardless of if I try to protect an area via creating an authority and giving it the coords there or if I try to create a shape, the coordiantes are jumbled and I can't select the area I need.
Using version 0.3.4
The coordinates seem to be sorted with the smaller numbers all in min and the bigger numbers all in max
The text was updated successfully, but these errors were encountered: