1.0.1
Compatibility
Required content
Changes
-Added Antarctic Krill -Added Giant Pyrosome -Added Olive-Headed Sea Snake -Added Buckets for Blue Glaucus, Krill, and Sea Snake -Added Sea Nursery -Added Nursery Bottles -Added Whale Brush -Added sounds for Sea Otter, Beluga Whale, and Narwhal Minke Whale, and Bottlenose Whale -Reef Fish now school up in selective groups -Sea Otters now spawn in Cold Ocean biomes, they also spawn more frequent and in bigger groups -Sea Otters now wrap themselves in kelp -Beluga Whales now blow bubble rings -Humpbacks, Black Harbingers, and Gray Whales now blow spouts from their blow holes (this feature is WIP, and will eventually be added to the other baleens) -Baleen Whales (aside from Minke and Ancient Mother) can now have a chance to defend themselves against attackers -Fish Buckets now have tooltips that better specify the species
-Spawn Eggs have a new feature allowing selection of specific species -Modified Eye Placement on Humpback Whale, Black Harbinger, Gray Whale, Bowhead Whale, and Right Whale -Texture Modifications to Spinner Dolphin, Clymene Dolphin, Striped Dolphin, White Beaked Dolphin, Peale's Dolphin, Finless Porpoise, and Narwhal
-Reef Fish no longer ride the surface of the water -Sea Otters no longer despawn while idle -Increased speeds on fish and whales -Increased whale health -Made fish animations less blocky -Revamped swim animations on Beluga Whale and Narwhal -Modified hitboxes on whales -Renamed "Deceased Whales" to "Whale Carcass" -Decreased time it takes for an exploded carcass to despawn -Changed creative tab name
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:ckvVtBP6:88AT336x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ckvVtBP6:88AT336x"
}

