Tags
Creators
Details
Licensed MIT
Published 10 months ago
All versions
0.8.2+1.21.1
Release
Cobblemon Raid Dens 0.8.2+1.21.14 months ago 7,480
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Tera raid bosses now terastalise at the start of battle instead of on turn 1.
- Added a new
force_dynamaxfield to raid bosses which will force the raid boss into a permanent dynamax form. - Added a new script trigger
faint:xwhich will trigger when a player faints, up to x times within a raid battle (or -1 for no limit). - Added a new script
HEAL_0.Xto heal the raid boss by X0%. - Added a new script
REDUCE_TIMER_0.Xto reduce the timer by X0%. - Fixed raid den clear count not correctly saving.
- Fixed raid bosses spawned using
/crd spawnbossnot allowing multiple challengers. - Fixed raid dens consuming items when it's not supposed to.
- Fixed raid dens sometimes creating new raid instances when an existing one is still ongoing.
Optional dependencies
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:9F1Lt8YI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GebWh45l:9F1Lt8YI"
}






