Tags
Creators
Details
5.12-mc1.20-6-forge
Compatibility
Changes
Highlights / Notes
This is a one-off backport of BlueMap 5.12 for Forge 1.20 - 1.20.4 (including 1.20.1) due to very high demand.
This Version needs Java 21 to run!
Forge and most mod's should be able to run on Java 21 instead of Java 17. If you can't use Java 21, then you need to use BlueMap 5.3 instead.
Upgrading from 5.3
The previous BlueMap version that supported Forge 1.20.x was 5.3, so you are likely upgrading from there.
There have been a ton of changes and new config values etc., so I really recommend you to do a full clean installation of BlueMap:
- Stop the server
- Make a backup
- Delete your current
./mods/bluemap-x-yz.jar - Delete the
./config/bluemap - Delete the
./bluemapdirectory - Put the new
bluemap-5.12-mc1.20-6-forge.jarin the./modsfolder - Start the server
- Reconfigure BlueMap again, using the newly generated configs
You can keep the configs from your backup aside, to help you with the porting - run
/bluemap reload
If you don't want to do a clean installation to keep your currently rendered maps, you need to follow the upgrade-steps from these changelogs:
- https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v5.5
- https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v5.11
Changelog
For changelogs please see: https://github.com/BlueMap-Minecraft/BlueMap/releases
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:kC7iYqja"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:swbUV1cr:kC7iYqja"
}

