Block UN-renderer v1.1.5
Block UN-renderer v1.1.5
A big update — new categories to hide, real Sodium/Xaero fixes, and a major performance pass.
New
- Hide liquids — one-click Liquids toggle (all water/lava) or add specific fluids to the list. Works under Sodium and covers flowing + waterlogged.
- Hide entities — Entities toggle hides all mobs / items / projectiles.
- Filter modes — Hide listed (blacklist) or Show only listed (whitelist).
Fixed
- Xaero maps no longer distorted — the guard now wraps Xaero's real samplers (
MinimapWriter/MapWriter), so hidden blocks stay on the minimap and world map. - Sodium fluids — water/lava now actually hide under Sodium (its fluid renderer was bypassing the vanilla hook).
Performance
- All per-block render hooks converted to zero-allocation MixinExtras
@ModifyReturnValue, the map-guard cached per-thread, and config flags mirrored to volatile fields — eliminates the world-load GC churn that hit low-end PCs. When off, it's a single boolean check.
Changed
- Removed Night Vision (FULLBRIGHT / OFF only, FULLBRIGHT default).
- Dropped the Cloth Config dependency; restored the custom searchable icon picker with a cleaner two-group button layout.
Requirements: Minecraft 26.1.2 · Fabric Loader 0.19.2+ · Fabric API · ModMenu