3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-11-03 01:50:07 +01:00
FastAsyncWorldEdit/worldedit-core
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
..
doctools Officially propagate GPL downwards to all files 2020-09-01 16:30:43 -04:00
src Properly repeat extents for negative coordinates (#825) 2021-01-05 14:01:11 +01:00
build.gradle.kts Update zStandard jni 2020-12-22 11:57:12 +01:00