Tags
Creators
Details
Licensed MIT
Published 10 months ago
All versions
0.11.0+1.21.1
Release
Cobblemon Raid Dens 0.11.0+1.21.12 months ago 26.7K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Changed Raid Features to a server-sided registry, allowing custom mods to add their own mechanics.
- Added compatibility with Cobblemon Shadowed Hearts with a new
shadowraid feature. - Added the ability to manually set the opacity of raid beams in the client config. Not supported with the legacy beacon beams.
- Added the ability to set whether players can retry a failed raid in the common config.
- Added a
no_aifield to raid bosses to toggle its AI. - Relaxed requirements for the
/crd spawnbosscommand, allowing console and command blocks to use the command without specifying a dimension. - Fixed issue with NeoForge version when Mega Showdown is not installed.
- Fixed issue with raid bucket 'include' filters not working properly.
- Fixed compatibility issue with NeoDaycare.
- Fixed issues related to leaving and joining raids under specific conditions.
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:LDLdTAaK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GebWh45l:LDLdTAaK"
}






