Tags
Creators
Details
All versions
v3.7+mod
Release
AN v3.72 months ago 2,431
Compatibility
Minecraft: Java Edition
26.1.x
1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
General
- Increased the minimum depth of flow type biomes from Y ≈ 24 to Y ≈ 20.
Gameplay
- Custom entities were redesigned. Custom heads were removed from head equipment.
- Added a random customization system for custom entities.
- Changed Gilded Netherite Armor set recipe (now crafted in a smithing table).
- Reduced the number of rolls in Nether structure loot tables.
- Renamed Royal Armor set to Gilded Netherite Armor set.
Technical
- Added the "an." prefix to custom item data.
- Optimized functions of type 1s and 3s.
- Reduced the weight distribution of geodes.
- Reorganized functions into subfolders (entities, items, mechanics).
- Reorganized advancements into subfolders (task, goal, challenge).
- Renamed some block tags and entity type tags.
- Fixed construction inconsistencies in the Red Fortress.
Note: This version is compatible from 1.21.11 to 26.1.2. For players using 26.1 or higher, the v4 series is recommended.
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:89DRvyVw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9EFaPoo8:89DRvyVw"
}

