1.1.5
Compatibility
Required content
Changes
🌟 What's New: The Ultimate Compatibility Update!
This is one of our final patches for today, focusing heavily on maximizing compatibility between Alien Evo and the majority of popular addons that introduce canonical aliens.
✨ New Features & Damage Scaling:
- Added "Special" Damage Multiplier: We discovered that certain canonical aliens (like Celestialsapien's energy beam) use a
genericdamage type hidden in the code. We have successfully mapped this and added a newspecial_damage_multiplierconfig. You can now balance these unique/magic abilities! - Canonical Addon Synergy: Fine-tuned the damage detection layers so abilities from major community addon packs scale beautifully with your human stats.
⚙️ New Configurations & Commands:
- Added Config:
special_damage_multiplier(Control damage for untyped/generic abilities) - Added Command:
/aestats set special <value>(Adjust the new multiplier on the fly in-game)
🐛 Cleaned Code:
- Removed old screen-spamming critical hit messages.
- Enhanced the
/aestats debugcommand to show only the raw damage type in chat, making it much easier for you to test new alien abilities in the future.
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:piqXf7f7:68PAbgyL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:piqXf7f7:68PAbgyL"
}


