1.2.4
Compatibility
Changes
# --- Tricky Trials Moment ---
♦ 1.21 Support ♦ Renamed folder names, for the latest 1.21 update ♦ Increased slightly the generation of mineshaft, finding mineshafts should be easier now (feedback change, thank you! if you wanna send feedback, you can always do so by joining my discord server) ♦ Added 2 more mineshaft types, lush and dripstone types. As the name says, these will be generated in his respective biomes. It can be pretty small, but kinda common to find. ♦ Replaced my old poison skeleton, for the "Bogged" ♦ Mineshafts now generate rarely with the Bogged with some slight buffs (won't spawn again) ♦ Improved mineshaft speed generation, once again, changing the "size" value in my .JSON file ♦ Smooth out deepslate mineshaft, reducing some blocks generation, adding tuff bricks ♦ Fixed mineshaft being waterlogged, thanks Mojang ♦ "Mineshafter" advancement requires the two new mineshafts.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| [DatapackVer.]HopoBetterMineshaft-[1.21]-1.2.4.zip | Optional resource pack | 3.26 MiB |
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:97ARrTS7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9IxCUYAP:97ARrTS7"
}

