Tags
Creators
Details
All versions
5.3-fabric
Release
5.3-fabric2 years ago 5,163
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Changes
Highlights / Notes
Mostly bugfixes.
Upgrading from 5.2
Just replace the .jar-file :)
Optionally delete your <webroot>/index.html to make bluemap update the webapp.
Changelog since 5.2
- Changed lowres-tile saving to be even more robust, reducing the probability of lowres-tiles corrupting even if
there are temporary issues when trying to save them (e.g. a short db-connection loss)
This also fixes an occasional tile-save error with databases when bluemap is disabling (or reloading). - Reloading the webapp (F5) will now automatically trigger a map-refresh (thanks to @MicLieg)
- Fixed an error reading chunks that are larger than a certain threshold
- Fixed an NPE when the region-folder of a dimension isn't present for some time
- Fixed the debug-dump being named
dump.json.gzbut not being actually compressed -> renamed back todump.json - Fixed some leftover debug code spawning a random
teststate.jsonon cli - Fixed an incompatibility with some fabric/forge mods
- Fixed cli errors when using ctrl+c to stop
- Fixed exception when a player joins the server on fabric-1.20
- Fixed spigot version detection
- Fixed a
core.conftypo (thanks to @monke8555)
Full Changelog
https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v5.3
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:swbUV1cr:Zpzf0Xab"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:swbUV1cr:Zpzf0Xab"
}

