Tags
Creators
Details
All versions
v3.0+mod
Release
AN v3.0last year 2,882
Compatibility
Minecraft: Java Edition
1.21.5–1.21.8
Platforms
Fabric
Forge
Supported environments
Server-side
Singleplayer
Changes
- Surface rules were rewritten.
- Added density functions to the terrain.
- Adjusted all biomes distribution.
- Adjusted light levels and mob spawn range.
- Adjusted all biomes fog.
- Added magma ore feature to lava rivers.
- Added hanging root feature to soul sand biomes.
- Added lodestone item to grand bastion loot tables.
- Adjusted amethyst geode feature from blackstone peaks.
- Adjusted fissure and blob noise values in the nether floor.
- Adjusted placement of various features.
- Changed all types of fungus feature.
- Fixed terrain cut at Y ≈ 80.
- Fixed amethyst geode feature placement.
- Fixed burning of heap fungus in Y ≈ 33.
- Fixed twisting vines feature placement.
- Fixed weeping vines not placing in crimson forest.
- Removed observer blocks from bastion castle.
- Removed custom data component from "an" banners and heads.
- Removed telemetry event from "an" advancement.
- Fixed unobtainable banner "an" advancements.
- Major and minor changes.
- Fixed bugs.
- Code cleanup.
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:9EFaPoo8:37ZAyLF5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9EFaPoo8:37ZAyLF5"
}

