
VoxelMap x SeedMapper
VoxelMap x SeedMapper is a heavily modified fork of VoxelMap that integrates SeedMapper directly into the client and extends VoxelMap with advanced chunk overlays, data sharing, and world-map tooling.
Список изменений
Added
-
SeedMap — New worldmap preview powered by seed data. Features include: a flat default style selector, parallel + cached generation with bulk texture upload, correct layering under explored chunks, configurable padding/quality/cache settings, and a biome-under-cursor readout. Height/topo ocean colour palette and level have also been tuned.
-
Baritone Integration — Custom Baritone integration via
BaritoneHelper, including an automatic vein miner for ores. Works alongside the Baritone mod to automate strip-mining of exposed ore veins. -
Sulfur Caves Support — Added a Sulfur Caves map filter, a sulfur cube icon, and updated cubiomes native libraries + jextract bindings to SeedMapper 2.27.0 (MC 26.2 worldgen).
-
CPU Renderer (Vulkan Compat) — A full CPU-based radar renderer as an alternative to the GPU pipeline, configurable via a new option. Includes block helmet rendering support for the CPU path, making VoxelMap compatible with Vulkan.
-
Server Mod — Initial server-side mod implementation (Fabric), plus a standalone Bukkit/Paper plugin.
-
Waypoint "Show On Map" Button — Waypoints now have a button to instantly jump to their location on the world map.
Changed / Improved
-
Updated to MC 26.2 world generation (merged upstream), including all supporting fixes for mob icons, radar, text rendering, minimap, Vulkan, and shutdown handling.
-
Waypoint distance settings reworked for better control.
-
Duplicate chunk updates are now coalesced on MC 26.2, reducing unnecessary processing.
-
Loader builds are now isolated per platform, and 26.1 artifacts have been separated.
-
Radar semantics revised: contacts are cleared when radar is disabled;
radarAllowednow requiresradarMobsAllowedorradarPlayersAllowedexplicitly. -
Version range updated and Mixin Java version downgraded for Forge compatibility.
-
Waypoint delete confirmation now opens at the context menu position instead of screen center.
-
Stronghold locating now uses the global stronghold iterator instead of a radius-capped marker search, finding the nearest stronghold anywhere in the world.
Fixed
-
Waypoint/highlight labels no longer appear washed out.
-
Biome locate now scans the full Y column when searching for cave biomes (previously only scanned Y=320).
-
Linux compatibility restored for cubiomes native libraries.
-
Waypoints now correctly display even if the dimension hasn't been visited during the current session.
-
Fullscreen rendering issues resolved.
-
Chunk data no longer desyncs when switching dimensions in the world map.
-
Ocean colours on height/topo maps fixed.
-
WorldMap crash resolved.
-
Datapack edge cases fixed.
-
IllegalStateException: Image is not allocatedcrash fixed. -
Blurry subworld screen fixed.
-
Waypoint message detection corrected in chat.
-
Paper plugin tab-completion fixed.
-
Multiple mob icon rendering bugs resolved (depth clearing, GPU rendering on Vulkan, Vulkan crashes).
-
Radar renderer issues fixed, including player texture retrieval in CPU mode.
-
ConcurrentModificationExceptionin portal markers fixed by making marker state thread-safe.
