Tags
Creators
Details
Licensed ARR
Published 4 months ago
All versions
1.1.0
Release
Apex Waters 1.1.03 months ago 38
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
ADDITIONS
- Water particles at the tip of each fin when the shark is in hunting mode.
CHANGES
- Ported mod to Fabric.
- Full body attack animation has been replaced by a jaw opening/closing animation. Looks cleaner and is less glitchy.
- Shark's pathfinding hitbox has been reduced to solve some pathfinding issues.
- Shark spawn egg texture small visual changes.
- Increased cooked nutrition value for cooked shark meat to match cooked porkchop.
- Mod jar file naming convention: added Minecraft version.
FIXES
- Serious pathfinding issue which caused the shark to find a new movement goal every 5 seconds.
- Killing a shark most likely did not drop any raw shark meat.
- Raw and cooked shark meat were placed at the very bottom of the creative tab.
- Spawn egg was placed at the very bottom of the creative tab.
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:Fl03XnRX:Edr3TmXN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Fl03XnRX:Edr3TmXN"
}

