Tags
Creators
Details
All versions
6.0.0
Release
Aquamirae 6.0.03 years ago 137.5K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Changes
Update 6
General
- Animation library improvements.
- Fixed a bug where animation keyframes didn't have a smooth transition with some shaders.
- Added Death animations for Cornelia, Maw and Eel.
- Some code structure improvements.
- Added In-Game Settings Screen
Captain Cornelia
- Cornelia can now switch weapons mid-combat, gaining different passive attack effects. She analyzes the enemy and tries to choose the most effective weapon.
- The interval between Cornelia's attacks has been increased.
- Cornelia now has a chance to summon Maze Roses instead of Poisoned Chakras.
- Fixed a bug where Cornelia wouldn't turn towards her target while levitating.
Mobs
- Maws eat everything indiscriminately. They now have a 10% chance to have random items in their mouths.
Gameplay
- Added maps with Ship, Outpost and Shelter locations.
- Treasure Pouch now has a 10% chance to generate a map pointing to the nearest ship or outpost.
- Cornelia is guaranteed to drop a map pointing to the nearest Shelter.
- Pillagers and Vindicators that naturally spawn in the Ice Maze will now have themed loot tables.
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:k23mNPhZ:Wc9ngskb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k23mNPhZ:Wc9ngskb"
}

