All versions
1.1.1
Release
Cobblemon Ultra Wormholes 1.1.1-Fabric4 months ago 44.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Any compatible version
Any compatible version
Changes
Added
/wormhole startnow supports an optional species argument (/wormhole start <ultra_beast>) with tab completion and validation against the configured wormhole pool.- Added
autoStartEventsconfig so servers can disable automatic wormhole scheduling and run events manually. - Added per-species boss HP multipliers via
ultraBeastHpMultipliers, with fallback to globalbossHpMultiplier, including support for custom wormhole species.
Fixes
- Fixed Ultra Wormhole bosses sometimes lingering after events closed.
- Fixed boss battle focus/AI lock issues during active encounters on Fabric and NeoForge.
- Fixed a NeoForge issue where boss encounters could end early on high-damage hits by aligning shared-boss battle flow with Battle Tower behavior.
- Fixed Xaero waypoint integration so the Add action works reliably, and improved coordinate click behavior with map-mod-aware handling.
Balance/Adjustments
- Increased default HP multipliers for
pheromosa,kartana, andblacephalonfrom40.0to50.0.
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:65VFUCys:S1GhiigM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:65VFUCys:S1GhiigM"
}

