Links
Tags
Creators
Details
1.3.0
Compatibility
Changes
CHANGELOG (1.3.0):
IMPORTANT! (data may be lost or corrupted): Changed registry name of Great White Sharks from greatwhiteshark to greatwhite_shark to maintain consistency with the rest of the mod.
- Added config for the following values: spawn weight, min and max group size, biome-modifiers, time of day.
- Land Sharks no longer attack other tamed mobs (including mobs that are tamed by other players).
- Land Sharks can now swim freely in water.
- Fixed bugs from Land Shark sitting.
- New Potion Effect Icon for Frenzy.
- New Potion Effect Icon for Sealing.
- Minor item retextures.
- Retextured the Shark Tooth to match the Tiger Shark's real life tooth.
- Removed Right-clicking/Hand swinging bug on sharks.
- Fixed Infinity and other enchantments not working on Maelstrom Bow (Try using it with the Flame enchantment for special effects).
- Added charging animation for Maelstrom Bow.
- Fixed the Frenzy's potion effect expiration.
- Frenzy no longer gives Knockback Resistance.
- Sharks no longer delete dropped stacks of food instantly. Instead, they'll eat 1 food item from stack per second (20 ticks).
- Removed Thalassoger's "Fresh" Animations.
- Added secret nametag textures for certain mobs.
- Added Shark Minion + Easter Egg skin (Figure it out).
- Added Sea Lion.
- Added Thresher Shark.
- Added baby Whale Sharks.
- Added Sardine and Shoal (Cluster of Sardines).
- Added Megamouth Shark.
- Added Angelshark.
- Added Baby Texture/Model Variants for Breedable Sharks.
- You can now obtain 3 LandMines instead of 1 from crafting.
- Minor Retextures for Most Sharks.
- Got rid of the Feeding Cooldowns (You may now feed Sharks every 1 second. (As long as their bellies aren't full)
- Added New Riptide Mechanic as a reward for feeding Thresher Sharks (Only usable when holding an item)
- Retextured Remora
- Greenland Sharks now give Axoscute when fed instead of Armor Trim
- Added Seeking Enchantment that makes the Trident home towards multiple targets (targets and range increase by 2 per level)
- Revamped the Spetum. Can now do a lunge attack by holding right click, Can now have Sword enchantments + Riptide and Impaling)
- Updated the Seeking Shark Projectile.
- Reworked Thalassoger AI and animations.
- Fish added by this mod can now flop on land (Remora, Barracuda, Pilot Fish, Sardine).
- Lowered drop rate of remora sucker (Now uses Loot Table).
- Reworked Tamed AI for Nurse Shark and Leopard Shark.
- Reduced Axodile Armor Value from 20 to 7.
- Reduced Greater Axodile Armor Value from 40 to 17.
- Reworked Axodile Leaping/Breaching behavior.
- Reworked Greater Axodile Rolling Attack.
- Greater Axodiles are only immune to projectiles while rolling.
- Greater Axodiles can now breach out of water.
- Sharks will now flop when suffocating in land.
- Revamped Bucket catching (No longer "nametags" the mobs automatically)
- Sharks will now flop when suffocating in land.
- Added "Vortex" Effect which replaces the Resistance III that is obtained from feeding a Basking Shark.
- Added the "Mega Mouth" Effect that can be obtained from feeding a Megamouth Shark.
- Added Spoof particles when the entities (from this mod) die.
- Fixed Shark Fin Soup recipe mismatch.
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:kF6ZFH7j:EthuEP76"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kF6ZFH7j:EthuEP76"
}

