Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 months ago
Updated last month
All versions
1.0.3
Release
MMR 1.0.3-1.21 [UNIVERSAL]last month 13.7K
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
Platforms
Fabric
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Changes
Added
- Minecraft 26.2 support (validator and pack format range extended to 1.21–26.2).
Changed
- Tuned overworld mineshaft spacing for mansion-tier rarity (mineshaft, mesa_mineshaft, nether_mineshaft) based on /locate grid measurements against woodland mansion spacing.
Fixed
- Restored compatibility with Minecraft 1.21–1.21.4 by fixing item-component shape mismatches the pre-1.21.5 codec rejected:
minecraft:dyed_colorinsnowy_mineshaftloot now uses the integer form instead of{"rgb": N}.minecraft:written_book_contentpage text injungle_mineshaftspecial crossings is now JSON-encoded so the strict Component codec accepts it.minecraft:enchantmentsinmineshaft/intersection_8and_9now uses the flat enchant-ID map instead of the post-1.21.5levelswrapper.- Sign messages across 28 NBTs are now JSON-encoded
""so theFilteredText<Component>codec accepts them.
pack.mcmetanow declaressupported_formats: [48, 107]so MC 1.21.9+ doesn't reject the pack range.- Removed a stray evoker spawn egg left in a dispenser in
mineshaft/intersection_8.
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:z25hqseO:gQlqjs2o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:z25hqseO:gQlqjs2o"
}


