Tags
Creators
Details
All versions
5.14-neoforge
Release
5.14-neoforge8 months ago 66
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Dedicated servers only
Changes
Highlights / Notes
Initial 1.21.11 support and more improvements and fixes.
Upgrading from 5.13
- Replace the
bluemap.jar-file with the new one
Changelog since 5.13
- Updated fabric, forge and neoforge to support 1.21.11 (cli, spigot, paper and sponge implementations work without changes)
- Added support for new model-rotations introduced in 25w46a
- Setting
ignore-missing-light-data: trueconfig now also ignores individual missing chunks - SQL-storages now don't require db-write permission when only reading (webserver only, no rendering)
- Removed
/from webserver loggers ip-addresses - Improved formatting and grammar/spelling in the config-templates (#756, #758, thanks to nightowl286 and TechnicJelle)
- Improved internal cache-management
- Fixed circle and ellipse render-masks ignoring their center-position setting
- Fixed an exception with the webserver handling edge-case (invalid) http-requests
- Fixed cherry-signs not rendering
- Fixed backwards compatibility for old chain-blocks not working
- Fixed black edge-lines sometimes appearing on mushroom-blocks
Full Changelog
https://github.com/BlueMap-Minecraft/BlueMap/releases/tag/v5.14
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:qy5TFR9O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:swbUV1cr:qy5TFR9O"
}

