Tags
Creators
Details
All versions
5.20-fabric
Release
5.20-fabric5 months ago 7,603
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Dedicated servers only
Required content
Any compatible version
Changes
Highlights / Notes
This version fixes some bugs with the previous release.
Upgrading from 5.19
- Replace the
bluemap.jar-file with the new one
Changelog since 5.19
- Fixed a bug that caused BlueMap to no longer be able to load worlds with the old (pre 26.1) format
- Fixed a bug causing some cases of high cpu-usage due to busy-waiting for region-folders to exist
- Fixed a bug where the webserver is not closing active connections when reloading bluemap
- Improved debug-dump with some more information
Full Changelog
https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v5.20
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:D9j76thC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:swbUV1cr:D9j76thC"
}

