Tags
Creators
Details
All versions
6.2.0
Release
Aquamirae 6.2.06 months ago 121.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
- Complete overhaul of the Ice Maze generation (backported from the upcoming Aquamirae 7)! Instead of dense clusters of wall-like structures that didn't truly form a proper maze, the generation now uses a multi-layered noise-based system. This makes exploration more immersive and visually diverse, while also significantly improving performance by reducing the number of generated structures several times over.
- Weather inside the Ice Maze has been adjusted โ it now properly snows within the biome. This is a temporary implementation and not as robust as the system planned for Aquamirae 7, so in large modpacks with custom world generation it may not always apply correctly.
- Added a subtle ambient background loop to reinforce the atmosphere of the frozen wasteland.
- Removed procedurally generated loot armor from the Creative tab. It can still be obtained as drops, but will no longer clutter your JEI listings.
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:aYn7gHI2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:k23mNPhZ:aYn7gHI2"
}

