- Builds
- WorldEdit (
version/7.2.x
) - Build #5525
WorldEdit Build #5525
Be aware that this branch (
version/7.2.x
) is not the main branch (master
)!Branches other than the main one may be experimental. In addition, you should be using stable releases rather than these test builds.
Go to main branch View stable downloadsProject | WorldEdit |
---|---|
Status | SUCCESS |
Branch | version/7.2.x |
Number | #5525-544793d |
Date | a month ago |
Artifacts
worldedit-bukkit-7.2.2-SNAPSHOT-dist.jar(4295.56 kBytes)
worldedit-cli-7.2.2-SNAPSHOT-dist.jar(18922.19 kBytes)
worldedit-fabric-mc1.16.3-7.2.2-SNAPSHOT-dist.jar(4092.47 kBytes)
worldedit-forge-mc1.16.3-7.2.2-SNAPSHOT-dist.jar(4207.77 kBytes)
Changes
ID | Summary | Committer | Date |
---|---|---|---|
544793d5 | Properly repeat extents for negative coordinates 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) | hannesgreule | a month ago |