Files
OldSliceMC/Spigot-API-Patches
Spottedleaf e5f0d0f5dc Fix World#getChunkAtAsync(Location) variants incorectly calculating chunk x
The blockX needs to be floored before converted to int, as float -> integer
operations are truncation. (i.e -0.5 -> 0, we want -0.5 -> -1)
2019-03-02 18:54:20 -05:00
..
2019-02-23 12:17:41 -05:00
2019-02-23 12:17:41 -05:00
2019-02-23 12:17:41 -05:00
2019-02-25 21:26:12 -05:00