Tags
Creators
Details
7.0.0
Compatibility
Required content
Changes
๐ Aquamirae 7: The Maelstrom Update is here!
The biggest Aquamirae update Iโve ever worked on is finally here!
This update isnโt just about new content โ Iโve essentially rewritten Aquamirae from scratch, moving it away from its hard Forge dependency to a multiloader architecture built on Fragmentum.
It was an extremely difficult but necessary step that will allow me to support newer Minecraft versions much faster, while keeping the modโs content consistent across Forge and Fabric.
โ ๏ธ Beta Release
Iโm marking this release as Beta, as I expect there to be bugs and rough edges that will need fixing. Iโll be actively working on patches throughout the next week based on your feedback.
The scope of this update ended up being much larger than I originally planned, so alongside bug fixes, Iโll also be making adjustments and improvements as we go.
โค๏ธ Support the Development
This update was made possible in large part thanks to my Patreon supporters. In my current situation, every patron directly provides resources that allow me to keep working on updates like this.
If you enjoy my work, please consider becoming a patron and directly supporting Aquamirae and my other projects. Every bit of support genuinely helps!
Welcome to The Maelstrom. ๐
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:k23mNPhZ:zeYUuDOa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k23mNPhZ:zeYUuDOa"
}

