Highlights / Notes
Fixed some issues with the previous release. Make sure you checked out the update-notes of 5.6 as well.
Upgrading from 5.6
- Replace the bluemap.jar-file with the new one
Changelog since 5.6
- Added tint for bushes
- Fixed cows being rendered onto the map as black/purple cubes
- Fixed render-tasks not being scheduled in correct order
- Fixed tint for bamboo-leaves and sugarcane
- Fixed various exceptions triggered by commands / completions
- Limit the size of a single hires-tile to a reasonable amount
(fixing memory-issues when trying to render an overly complex world)
Full Changelog
https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v5.7
Highlights / Notes
Reworked command-system and all commands.
Command responses now show more information, look nicer and are easier to understand.
Also lots of internal improvements.
Upgrading from 5.5
- Replace the bluemap.jar-file with the new one
- Delete your
<webroot>/index.html
to make bluemap update the webapp - Update your permissions: https://bluemap.bluecolored.de/wiki/getting-started/Commands.html
Changelog since 5.5
- Reworked command-system and all commands
- Added support for dry_foliage color-map and leaf_litter tint
- Added directional face shading
- Added ability to copy block-coordinates
- The camera now zooms in instead of blocking when tilting further than previously allowed in certain scenarios
- Added support for reading entity-data & ability for addons to render entities
- Reworked block-entity data handling
- The cli now assumes the
-r
flag if one of-f
-u
-e
is provided - Added a hidden map-config
check-for-removed-regions: true
to be able to disable checking for removed regions on map-updates - Fixed huge worlds/maps taking a long time to create their update tasks
- Fixed minecraft-client jar downloaded file not being deleted after a failed hash-check
- Fixed some storage-data not being buffered correctly (performance)
- Fixed fallback-languages not loading correctly all the time (#632, thanks to NikitaCartes)
- Fixed signs not showing in 1.13.x (#638, thanks to NikitaCartes)
- A ton of smaller fixes and stability improvements
Full Changelog
https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v5.6
Highlights / Notes
2D (flat-only) map support (O.o) ..and a first iteration of support for custom block-renderers. :)
Upgrading from 5.4
- Replace the bluemap.jar-file with the new one
- Delete your
<webroot>/index.html
to make bluemap update the webapp - Move all contents (if any) of bluemaps
addons
folder into bluemapspacks
folder and delete theaddons
folder. (Native addons now go into the packs folder alongside resourcepacks) - In your
webapp.conf
:- Remove the
enable-free-flight
configuration, this config it is no longer used. - Add the following lines:
- Remove the
# Here you can specify an alternative base url from where all map data is loaded.
# Default is "maps"
#map-data-root: "https://cdn.my-domain.com/mapdata"
# Here you can specify an alternative base url from where all live data is loaded.
# Default is "maps"
#live-data-root: "https://cdn.my-domain.com/livedata"
- In each of your map-configs in the
maps
folder:- Replace
save-hires-layer
withenable-hires
(setting has been renamed) - Add the following lines:
- Replace
# Defines the initial sky-light-strength the map will be set to when it is opened.
# 0 is no sky-light, 1 is fully lighted.
# You can change this at any time.
# Default is 1
sky-light: 1
# Whether the perspective view will be enabled for this map.
# Changing this to true requires a re-render of the map, only if the hires-layer is enabled and free-flight view is disabled.
# Default is true
enable-perspective-view: true
# Whether the flat (isometric, top-down) view will be enabled for this map.
# Having only flat-view enabled while disabling free-flight and perspective will speed up the render and reduce the maps storage-size.
# Default is true
enable-flat-view: true
# Whether the free-flight view will be enabled for this map.
# Changing this to true requires a re-render of the map, only if the hires-layer is enabled and perspective view is disabled.
# Default is true
enable-free-flight-view: true
Changelog since 5.4
- Added per-map view-settings and optimized flat-view only maps (2d-map support)
- Added loading of nested feature-datapacks
- Added support for pale_oak_leaves (custom tint-color)
- Added ability to configure the map and live data root url's of the webapp
- Added model for the conduit (thanks to TyBraniff)
- Merged
addons
folder intopacks
folder (native addons not go intopacks
instead ofaddons
) - First iteration of custom block-renderer support
- The webapp now uses the browser-language as default language if available (thanks to NikitaCartes)
- Added
-n
option to cli allowing to pass a custom path to load resources from (e.g. a servers mods-folder) (thanks to TechnicJelle) - Fixed/removed the black void/hole that appeared where hires tiles could not be loaded
- Fixed duplicate region render-tasks in the render-queue
Full Changelog
https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v5.5