Tags
Creators
Details
Licensed MIT
Published 11 months ago
Updated 5 days ago
All versions
0.9.0+1.21.1
Release
Cobblemon Raid Dens 0.9.0+1.21.15 months ago 104.3K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
- Added the ability to set the catch rate of raid bosses for specific tiers and individual raid bosses
- Added
CATCH_RATE_ADD_XandCATCH_RATE_MULTIPLY_Xscripts to modify the catch rate per-player. - Added a ModifyCatchRate event for developers to add their own catch rate modifiers.
- Catch rates will be displayed on the raid crystal (if Jade or WTHIT is installed) as well as on the catch screen if it is less than 100%.
- Added
- Buffed the default loot tables for all tiers.
- Additionally added a
cobblemonraiddens:bonus_loot_conditionloot condition which allows bonus rewards in raid pouches when a catch roll is failed.
- Additionally added a
- Added the Catching Charm item
- By default, the catching charm can only be obtained when failing a catch roll.
- The Catching Charm will boost the catch rate of the raid boss if held in the offhand.
- Added a health bar display above other players' Pokemon in raids, which can be toggled in the client config.
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
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:GebWh45l:hVJvDW0H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GebWh45l:hVJvDW0H"
}

