Tags
Creators
Details
v2.0.11+1.21.1
Compatibility
Changes
v2.0.11 (MC 26.1)
Headline: Essence Evolution System Kill mobs to evolve through Evolved → Ascended → Apex tiers. All 49 origins have unique evolution tracks. Largely untested — report issues on Discord or GitHub.
New Power Types: burn, ignore_water, overlay, model_color, lava_vision, shader, dodge_chance, thorns_on_hit, light_level_effect, low_hp_threshold New Condition: near_entity (entity type/tag + distance)
Note: overlay, model_color, lava_vision, and shader have server-side capability sync but client-side visuals are stubbed on 26.1 due to rendering pipeline changes.
Bug Fixes:
- Aquatic origins can't eat anything (missing # prefix on tag)
- Aquatic diet config toggle does nothing
- No moisture from rain/cauldrons
- Draconic size ~40% with Pehkui (double-scaling)
- Draconic water weakness description stale
- Caveborn mineral bonuses never trigger
- food_restriction carnivore diet broken
Compat: origins:keep_inventory, swim_speed, phasing, burn, ignore_water, overlay, model_color, lava_vision, shader all now translate. Skipped list down to just origins:shaking.
Optional dependencies
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:RUtQ9kfe:n7nzYt7D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:n7nzYt7D"
}


