Plex-FAWE/worldedit-core/src/main/java/com/sk89q
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
..
jnbt Reorder BuildInClipboardFormat and document changed JNBT classes (#807) 2021-01-04 19:18:23 +01:00
minecraft/util/commands Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00
util Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00
worldedit Properly repeat extents for negative coordinates (#825) 2021-01-05 14:01:11 +01:00