File Details
EXPLGlass-2.0.1-PATCHFIX
- R
- Feb 6, 2026
- 36.55 KB
- 103
- 1.12.2
- Forge
File Name
EXPLGlass-2.0.1.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
ExplosionGlass 2.0.1 — BWR-Core Integration
What's New
- Full BWR-Core Integration: The mod now uses
bwr_coreas the Line-Of-Sight provider. - Removed Internal LOS: Replaced built-in visibility system with BWR-Core ILOS API via BwrLosBridge.
- Mandatory Dependency: Requires
bwr_corev0.3.0+ for proper functionality.
Changes
- Deleted
canSeeTarget()andisPathClear()methods from ExplosionEventHandler. - LOS checks now delegated entirely to BWR-Core.
- Added BwrLosBridge utility for safe reflection-based access to LOS provider.
- Added unit tests for integration stability.
Performance
- Improved efficiency with BWR-Core's optimized 3D Bresenham algorithm and internal caching.
- Reduced CPU load on frequent visibility checks.
- PATCHFIX-Fixed a bug in the new update where the mod didn't see BWR-Core 0.3.0 when launched.

