Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last year
All versions
2.2.5
Release
Mako Mermaids Mod 2.2.52 months ago 69
Compatibility
Minecraft: Java Edition
26.1.x
1.21.8โ1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
๐ Mako Mod โ Changelog
๐ v2.2.5 โ Huge Update to UI, Performance & Features!
๐ New Features
๐ฅ Drying System (Powers & Towel)
- Towel: Hold right-click for 5 seconds to dry yourself
- Powers: Hold the right arrow key for 5 seconds to dry yourself
- Uses a new UI
โ Gesture Test Commands
New in-game commands for testing gesture logic without a camera:
| Command | Effect |
|---|---|
/gesture fist |
Simulates fist (Boil) gesture |
/gesture open_hand |
Simulates open hand (Freeze) gesture |
/gesture point |
Simulates pointing (Move) gesture |
/gesture rock_on |
Simulates rock-on (Jelly) gesture |
/gesture stop |
Stops all gestures and clears the Drying HUD |
/gesture drying |
Shows the Drying HUD for 5 seconds |
๐ Moon Ring โ New Powers
-
The Moon Ring has been completely overhauled
-
As a Mako Mermaid, you can now select a power:
- Hold the Moon Ring in main/offhand and press K to view your selected power
- Hold K and use the mouse wheel to cycle through powers
Powers:
- Hydrokinesis (water flow) โ existing power from Cleo, activated with G
- Duplication Power โ duplicates items on the ground (3 levels, cooldown, works with cats), right-click
- Cat Transformation Power โ toggles nearby mobs into cats and back while preserving NBT data, right-click
- Mob Size Transformation โ change mob size (min/max limit) using the scroll wheel
๐ Seashells & World Changes
- Added the Seashell item to the suspicious sand loot table (warm ocean ruins)
- Water Dragon health increased from 10 โ 100
๐ฑ Trident Update
- New look
- Can shoot a beam that constantly damages mobs
- Warns when a mermaid is nearby and changes textures
๐จ UI & Visual Improvements
- New Moon Ring HUD
๐ง Character Selection Screen
- Floating bubble background animation
- Animated button glow on hover
๐งบ Towel / Drying HUD
- Improved visuals
๐ Water Dragon Boss Bar
- Custom pixel-art boss bar (empty + filled states)
- Real-time health synchronization
- Correct stacking for multiple Water Dragons
๐ฌ Messages & Items
- Warning message when hit by the Water Dragon and losing powers
- Info message when using "Turning the Tide"
- Coconut smoothie finally has a 3D hitbox and model
๐ Technical Improvements & Fixes
- Optimized door opening power
- Various bug fixes and improvements
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:uohqKoQE:A7EOOGPg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uohqKoQE:A7EOOGPg"
}

