Skip to content

Releases: BlueMap-Minecraft/BlueMap

Version 0.2.0-mc1.12

12 Jan 13:37
Compare
Choose a tag to compare
Version 0.2.0-mc1.12 Pre-release
Pre-release

Targets:

  • CLI (Minecraft 1.12.x)
  • SpongeAPI: 7.1.0

Notes:

Reworked the complete resource-loading and a lot of the rendering-core, to reduce the render-time by a lot.
Resource-packs now work much better: The 1.12.x version of BlueMap will now support 1.12.x resource-packs (but no longer 1.13+).
Added initial support for mod-integration. You can now integrate mods using some configs, read about it in the wiki.

Important:
If you are upgrading from an earlier version, you will need to backup your configuration and let it regenerate, or update it manually.
Also, the render-data folder structure has changed! <webroot>/data/<hires-lowres>/<map-id>/... is now <webroot>/data/<map-id>/<hires-lowres>...! Move your files accordingly, or delete the <webroot>/data folder and rerender your maps!
There have also been changes to the web-files! So you will have to delete the <webroot>/index.html file, so bluemap regenerates the web-files for you!

Changelog:

  • Added initial mod-integration support
  • Reworked the complete resource-loading
  • Reworked big parts of the render-core
  • Blocks with missing resources are now rendered as a black-pink block instead of air
  • Added /bluemap debug command to the sponge-plugin. The command displays all information that BlueMap has about the block at and below the feet of the executing player (read directly from the world-files).
  • Changed the folder structure of the render-data to allow a better map file management (there is now one folder per rendered map)
  • Fixed a bug that caused whole sub-chunks to disappear in the render, if they are containing blocks with id's > 255

Version 0.2.0

12 Jan 13:19
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Targets:

  • CLI (Minecraft 1.13.x - 1.14.x)

Notes:

Reworked the complete resource-loading and a lot of the rendering-core, to reduce the render-time by a lot.
Resource-packs now work much better.
Added initial support for mod-integration. You can now integrate mods using some configs, read about it in the wiki.

Important:
If you are upgrading from an earlier version, you will need to backup your configuration and let it regenerate, or update it manually.
Also, the render-data folder structure has changed! <webroot>/data/<hires-lowres>/<map-id>/... is now <webroot>/data/<map-id>/<hires-lowres>...! Move your files accordingly, or delete the <webroot>/data folder and rerender your maps!
There have also been changes to the web-files! So you will have to delete the <webroot>/index.html file, so bluemap regenerates the web-files for you!

Changelog:

  • Added initial mod-integration support
  • Reworked the complete resource-loading
  • Reworked big parts of the render-core
  • Blocks with missing resources are now rendered as a black-pink block instead of air
  • Added /bluemap debug command to the sponge-plugin. The command displays all information that BlueMap has about the block at and below the feet of the executing player (read directly from the world-files).
  • Changed the folder structure of the render-data to allow a better map file management (there is now one folder per rendered map)
  • Fixed a bug that caused whole sub-chunks to disappear in the render, if they are containing blocks with id's > 255

Version 0.1.0

23 Nov 21:50
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

Targets:

  • CLI (Minecraft 1.12.x - 1.14.x)
  • SpongeAPI: 7.1.0

Notes:

Added CLI-support! Render your 1.12-1.14 worlds simply from the command-line: java -jar BlueMap-0.1.0.jar.

Improved resource-loading. The SpongePlugin now loads it's resources async to the server-thread so your server won't freeze while reloading.

BlueMap also now loads resourcepacks from a specific folder. This is experimental, expect things to go wrong if you use a resourcepack! Also if you change resourcepacks you will very likely need to delete your web-data folder and re-render the whole maps!

Changelog:

  • Added CLI-support
  • Changed some config-keys (v0.0.0 configs should be compatible)
    • Moved web.data to web.web-data
    • Added data
  • Moved the scheduled tiles and tasks save-file to the folder defined by the new data config
  • Moved the downloaded client.jar to the folder defined by the new data config and renamed it to minecraft-client-1.14.4.jar
  • Moved loading the BlueMap-Sponge plugin off the server-thread
  • Fixed a bug where vines were always generated with the block-property top=true on 1.12 worlds

Version 0.0.0

15 Nov 20:09
Compare
Choose a tag to compare
Version 0.0.0 Pre-release
Pre-release

Targets:

  • SpongeAPI: 7.1.0

Notes:

This is the first pre-release with absolute basic functionality and currently only as Sponge-Plugin.
(The CLI is excluded in this build because it is not ready to use yet!)

Changelog:

--