Links
Tags
Creators
Details
1.3.1-datapack
Compatibility
Changes
--- 1.21.5 Compat and Maps ---
♦ 1.21.5 compatibility ♦ New maps and rooms have been added ♦ Each mineshaft will have a biome room, this one it's unique and changes depending on what mineshaft you are in. Example: Oak mineshaft could have a chance to generate a lush cave biome room, that will let you to that place, there are plenty of maps, and this also will make it easier to find all the mineshaft variants and get the Mineshafter advancement. ♦ Added 2 new villagers' rooms, adding more gameplay, with their banners and loot. ♦ Speaking about advancements the 'Who Built this?' Has been renamed to "So we back in the mine..." it's better the reference. ♦ Fixed a bug when old banners looked with a different inconsistent color and bad format. ♦ Tweaks of how rooms generate ♦ Nerfed some raw ore blocks generated in the mineshaft randomly, it was nice but to OP ♦ Cherry, bamboo, and mud mineshafts have decreased the size, even tho they could look nice, after doing some tests, I don't feel it too 'vanilla friendly' the others are good tho. ♦ Added better compatibility with terralith caves
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:9IxCUYAP:5A210dv3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9IxCUYAP:5A210dv3"
}

