Tags
Creators
Details
Licensed MIT
Published 7 months ago
Updated 6 months ago
All versions
1.8
Release
Cobblemon Underground Mining Minigame 1.86 months ago 215.3K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
New:
- Added configurable compounding Layer Clear Rarity Bonus (15% per layer) with new UI indicators and messages
- Added Debug Mode configuration to view rarity breakdowns, tile durability, and hidden treasure locations
- Added smooth swing animations for pickaxe cursors and adjusted tool scaling
- Implemented Cobblemon spawning integration: fully configurable Pokemon now have a chance to appear upon completing a spot with configurable Shiny rate, bell-curve level distribution, and weighted spawn pools based on grid size
- Added /mining pokemon [gridSize] command for testing spawns
- Added a bunch of advancements
- You can now configure the maximum amount of layers a single node can contain
Bugfixes:
- Closing a active minigame using the button or the esc key will now still give you items you have uncovered.
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:dKugrhWI:llLzqOsZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dKugrhWI:llLzqOsZ"
}

