Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last year
All versions
2.1.7
Release
Mako Mermaids Mod 2.1.77 months ago 253
Compatibility
Minecraft: Java Edition
1.21–1.21.10
Platform
NeoForge
Supported environments
Client and server
Changes
📦 Huge Update (No New Items – but tons of changes)
✨ Added
- Baltic Sea (with sea grass and more)
- Beaufort Sea (ice desert biome)
- New tails for all characters (by Reyeas )
- Bella now has extra tails
- Zac’s tail is still buggy
- /needairtrue – You need to breathe (default, gives 1h Water Breathing)
- /needairfalse – Infinite Water Breathing
→ You can freely switch using these commands
🔧 Changes
- Moon Ore now spawns in the Baltic Sea & Beaufort Sea (Y 0–40)
- Arctic Sea Lavender now generates on ice in the Beaufort Sea
- Speed Swim is now much faster
→ Armor automatically gets Aqua Affinity + Depth Strider - Turn the Tide now lasts 5 seconds
→ Chat message shows when activated - Moon Phase message is now in a more readable light-blue color
- Ocean Café Menu has a new texture (by Gemini)
→ Craftable with 6 Paper - Glass Dolphin is now craftable:
4 Blue Glass + 3 Cyan Glass Blocks - H2O Intro Block can now be crafted with Mermaid Armor + Moon Crystal
- Moon Ring can now be crafted with 5 Iron + 1 Moon Crystal
🛠️ Fixes
- Speed Boat:
- is fast
- doesn’t bounce
- doesn’t turn you into a mermaid
- correct sitting position
- Water Dragon interactions fixed (dying, losing tails, Turn the Tide, etc.)
- Crafting recipes now unlock correctly when you have the needed item
- You can turn into a mermaid in rain again
🐞 Known Bugs
- Zac’s tail
- Water Dragon (some issues remain)
- Don’t place a coconut smoothie
- Speed Boat recipe currently behaves like a Minecart recipe
📁 Misc
-
Refactored & optimized code structure
-
Removed most unused textures
-
As always DM me on my Discord Servers if you have ideas, want to help coding or report a bug!
Enjoy ~ MakoModDev
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:jzhmWkXJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uohqKoQE:jzhmWkXJ"
}

