Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.4
Platforms
Creators
Details
Licensed Apache-2.0
Published 5 months ago
Changelog
WorldEditDisplay v2.1.2 Release Notes
Summary
Patch release fixing polygon regions not rendering when the selection has a flat vertical range (minY equals maxY).
Changelog
- fix(region): Polygon region not displayed when
minY == maxY- Fixed a bug where
PolygonRegion.isDefined()used a strictmaxY > minYcheck, which prevented rendering whenever the polygon's vertical range was flat (e.g. a single-block-height selection or when the firstmmevent arrives with equal min/max values). - Changed the condition to
maxY >= minYso polygon regions are rendered correctly in all cases.
- Fixed a bug where
Notes
- No public API changes.
- Fully backward-compatible. No configuration changes required.
Full Changelog: https://github.com/TWME-TW/WorldEditDisplay/compare/2.1.1...2.1.2
Dependencies
Files
WorldEditDisplay-2.1.2.jar(528.13 KiB) Primary
Metadata
Release channel
ReleaseVersion number
2.1.2Loaders
Paper Purpur



