-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
None
-
git-Spigot-fe3ab0d-ec86574 (MC: 1.13)
-
Yes
This is an int rounding issue at negative coordinates. You can see it here:
This is because CommandListenerWrapper.getPosition() returns a centered position, not a block position. You can see that being defined in n.m.s.TileEntityCommand.
—
Due to the simple logic nature of the issue, I didn't include reproduction code. If you wish for me to still include reproduction code for these, let me know.