Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 hours ago
Changelog
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
Files
Metadata
Release channel
ReleaseVersion number
5.5-forgeLoaders
Game versions
1.21–1.21.1, 1.21.2, 1.21.3Downloads
0Publication date
November 19, 2024 at 11:07 AMPublisher
BlueColored
Owner