1.1.0
Compatibility
Required content
Changes
CANNONBOLT IS HERE! Roll through and squish your enemies with Cannonbolt! Unlocked through mistransformation!
NEW LEVELING SCREEN! The power screen has been completely overhauled. You will find new descriptions for your aliens, their stats, and xp/skill points. You can even edit each alien's nickname!
CUSTOMIZATION OVERHAUL! Color modules have been removed. Now, in the power screen, each color of your aliens can be individually customized!
ALIEN REBALANCING! Nearly every alien has been carefully rebalanced with new stats and abilities. They should feel stronger, unique, and more intuitive to use.
QOL Additions: Brand new advancements! Recipe book entries for all items. It is now slightly easier to level all aliens. New sound FX thanks to Yo Fadda!
New Structure: The Galvan Priory! Trade with Galvan villagers to obtain maps to master control tablets.
Localization! We now support 12 other languages besides English, thanks to our supporters on Crowdin! These include: Chinese (Simplified), Czech, French, Hungarian, Italian, Polish, Portuguese, Romanian, Russian, Spanish, Spanish (Mexico), and Turkish.
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:ZeVD5ZBy:sxU4A2on"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZeVD5ZBy:sxU4A2on"
}

