Plex-FAWE/worldedit-core/src
Hannes Greule aece0229c4
Properly repeat extents for negative coordinates (#825)
An extent's content was returned flipped when applied for negative positions, as e.g. `Math.abs(-2) % 3` returns 2 instead of 1 (as 1 + -1 * 3 = -2)

(cherry picked from commit b0cf5dd2bf1b9bcbf1c7efff0fe25de7ee9a2090)
2021-01-05 14:01:11 +01:00
..
legacy/java/com/sk89q/worldedit/blocks Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
main Properly repeat extents for negative coordinates (#825) 2021-01-05 14:01:11 +01:00
test Fix variable argument functions in expressions 2020-11-13 22:35:53 +01:00