Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 months ago
All versions
v2.0.0
Release
Version v2.0.0 - 2025-05-26last year 362
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
New Stuff
- Support for multiple dimensions, closes #2
- Non player block break is now recognised, closes #3
- Added structured config files
- Added player notifications (configurable in config file)
- When a player places a banner (to provide information how to add banners on the map)
- When a player adds/removes markers via the map item
- When a player breaks a banner (banner removed)
- When a different source breaks a banner (world broadcast)
- A link to the bluemap specified in the config file is provided
- Add a release workflow
- Add CHANGELOG.md
Changes
- Don't differentiate between filled and non filled map item
- Use standard config folder
- Improve README.md
- Change branding to
BlueMap Banners - Revert back to old versioning
- Update to Minecraft
1.21.1
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:rx2aSILw:GPF9oarO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rx2aSILw:GPF9oarO"
}


