Highlights / Notes
Full 1.21.9 support, rework of the integrated webserver and more bugfixes and improvements!
Upgrading from 5.11
- Replace the
bluemap.jar-file with the new one
Changelog since 5.11
- Updated fabric-implementation to 1.21.9
- Rework of the integrated webserver from NIO to using Virtual-Threads, improving performance and maintainability
- Added remapping
chain->iron_chainfor RP version 67 for improved backwards-compatibility - Added support for block-properties in the block-colors config
- Added support for addon dependencies and soft-dependencies (#730)
- Pushed BlueMapAPI to 2.7.6
- Improved logging for region/chunk loading errors
- Fixed paper reading the wrong minecraft version id when not on a release version (Snapshots,Pre-Releases,RCs)
- Fixed element default UV calculation, fixing the appearance of the cauldron and cactus-flowerpot
- Fixed melon- and pumpkin-stems not being colored correctly (#734)
- Fixed inside-out cubes not working, fixing the appearance of all spawner-blocks
- Fixed wrong tile coordinates being displayed in
/bluemap debug map ...command - Fixed inheritance of ambient-occlusion property from parent block-model (thanks to Uiniel, #729)
- Fixed webserver incorrectly handling absolute form of HTTP "path" (#737)
- Fixed legacy config error not showing the problematic config file
Full Changelog
https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v5.12
Highlights / Notes
With Render-Masks it is now possible to limit your map render to all kinds of shapes and perfectly control what you want to be visible on the map, and which regions should remain hidden.
Upgrading from 5.10
- Replace the
bluemap.jar-file with the new one - Delete your
<webroot>/index.htmlto make bluemap update the webapp - You will need to update your map configs!
- Find the section with
min-x,max-x,min-z,max-z,min-yandmax-yin your map config file, e.g.:
and add#min-x: -4000 #max-x: 4000 #min-z: -4000 #max-z: 4000 #min-y: 50 max-y: 90render-mask: [ {before, and] }after the section, e.g. like this:
-> here is a video-examplerender-mask: [ { #min-x: -4000 #max-x: 4000 #min-z: -4000 #max-z: 4000 #min-y: 50 max-y: 90 } ] - Optionally, you can add the new
edge-light-strength: 15property to your map config as well
- Find the section with
Changelog since 5.10
- Added a list of
render-masks to the map-configs, replacing the previousmin-x,max-z, etc.., properties (#81) - Added
edge-light-strengthto the map-configs to control the lighting of map-edges ifrender-edgesis enabled - Custom dimensions are now ordered last by default
- Improved structure and comments of the default map-configs
- Added support for minor pack-versions introduced in Minecraft Snapshot 25w31a
- Fixed lily_pad's having no tint color (#727)
- Fixed error if biomes water-color has alpha (#715)
- Updated bluemap-api to 2.7.5
Full Changelog
https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v5.11
Highlights / Notes
Resource-pack and -loading improvements,.. and some bugfixes.
Upgrading from 5.9
- Replace the
bluemap.jar-file with the new one - Delete your
<webroot>/index.htmlto make bluemap update the webapp
Changelog since 5.9
- Added support for resourcepack-atlases (#720)
- Improved support for bluemap-addons loading their own resources (#720)
- The tint for custom liquids can now be defined in the
blockColors.jsonin a resourcepack - Updated NL translation (#713, thanks to TechnicJelle)
- Updated FI translation (#714, thanks to Chicken)
- Fixed some textures of the newer minecraft-version did not calculate the correct color for the lowres layer
- Fixed a bug where players would stop updating on paper after dying (#719)
- Fixed copying coordinates not working if the webapp is not in a secure context (not https or localhost)
- Fixed a bug with copying the region-file coordinates
Full Changelog
https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v5.10


