Tags
Creators
Details
Licensed MIT
Published 10 months ago
All versions
0.11.1+1.21.1
Release
Cobblemon Raid Dens 0.11.1+1.21.1last month 28.2K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Added the option to change the reset timer logic for raid dens
- GAME_TIME: Runs on the world time. Pauses when offline.
- SYSTEM_TIME: Runs on the computer's time. Continues when offline.
- GLOBAL_GAME_TIME: Same as GAME_TIME but all raids reset at the same time.
- GLOBAL_SYSTEM_TIME: Same as SYSTEM_TIME but all raids reset at the same time.
- Added an
extend_tagsfield to boss additions to apply the base raid boss's tags to additions. Default istruewhenreplaceisfalse. - Removed the 510 EV limit from raid bosses when set in the
bossfield. Reward Pokemon are still limited to 510. - Fixed an issue with
sync_rewardssometimes not working. - Fixed an issue relating to closing a server when a raid is active.
- Fixed an issue with raid dens being repeatable under specific conditions.
- Fixed an issue with raid bosses dropping their held items.
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:tfsR1IWv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GebWh45l:tfsR1IWv"
}






