Tags
Creators
Details
Licensed OSL-3.0
Published 2 years ago
Updated last month
All versions
1.5.0+26.2
Release
Ancestral Archetypes 1.5.0+26.2last month 322
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Changelog:
- Updated to 26.2
- Added the Gelatian, Canid, and Sentinel classes
- Added the Sulfur Cube, Creaking, Warden, Frog, Fox, and Wolf archetypes
- Readded the Magma Cube archetype (which now has the Blazing Strike trait)
- Moved Slime from Swamper to Gelatian (removing its moonlit and poison immunity traits)
- Replaced the Breeze's Jumpy trait with the new Leap trait
- The Bouncy trait now uses the new player attribute for a better player experience
- Various bug fixes
Check out the new Infographic! (Full resolution, and individual class infographics are available in the non-mod-resources folder of the main branch)
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:xHHbHfVj:3AKx7wir"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xHHbHfVj:3AKx7wir"
}


