Files
Paper/Spigot-API-Patches
Spottedleaf e98c779a36 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 15:45:42 -08:00
..
2019-02-25 20:40:23 -05:00
2018-10-12 02:09:53 -05:00
2019-02-23 12:17:41 -05:00
2018-01-18 01:00:51 -05:00
2019-02-23 12:17:41 -05:00
2018-11-11 00:37:15 -05:00