Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last year
All versions
2.2.6
Release
Mako Mermaids Mod 2.2.62 months ago 50
Compatibility
Minecraft: Java Edition
26.1.x
1.21.8–1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
📋 Changelog
Version 2.2.6
🎬 UI
- Added Ocean Café Intro Cutscene
- Added Skip and Replay buttons for cutscenes
- Added new Info Button with Wiki and more
🖥️ GUI
- Themed buttons, more splash texts & patch notes
- New Advancements Screen
- Improved Change Character screen
⏳ Loading Screen
- Added Mako Island themed loading screen
📜 Recipes
- H2O Intro Block now requires the following items:
- Glass Dolphin
- Broken Glass Dolphin
- Seahorse Powder
- Coconut Smoothie
- Arctic Sea Lavender
- Moon Crystal
- Moon Water Bucket
- Moon Crystal Necklace
- Arctic Marshmallow
🌍 Languages
- Added German (
de_de) translation
🏗️ Structures
- Moon Pool now spawns in the world (rare, underground, near beaches)
🔧 Fixes
- Moon Water now correctly triggers mermaid transformation
🎒 Item Changes
- Ocean Café Menu — Right-click to trade items with David, Carly, Cam and Evie
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:sgtr8dAS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uohqKoQE:sgtr8dAS"
}

