All versions
1.2.2
Release
Aliens Untapped 1.2.24 months ago 298
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Changelog
- Have Volaticus Biopsis actually spawn every 1-2 minutes
- Lowered chances of Volaticus Biopsis spawning another one on death
- Increased spawn chance when transformed to 60% and when not transformed to 40%
- Taking out watch core stops Volaticus Biopsis from spawning
- Having signal disruption effect stops VolaticusBiopsis from spawning
- Primus Link Circuit scaling with looting enchantment
- Volaticus Biopsis spawn egg added
- Volaticus Biopsis health, defense, and attack damage nerfed
- Change Incomplete Code Tablet trade cost to only Galvan Pod
- Increase the amount of Incomplete Code Tablets you can buy from Galvanologist
- Incomplete Code Tablets give random alien if they have no nbt data
- Incomplete Code Tablets added to fishing treasure loot table
- Incomplete Code Tablets added to galvan capsule loot table
- Added drop assist attribute
- Added slipperiness attribute
- Walkatrout is now slippery
- Eatle's charge ability now has drop assist
- Ditto's abilities rearranged
- Add sensory share ability to Ditto
- Updated Eatle's blast ability description
Bugfixes
- Having self destruct deleting watch when signal disruption effect ends
- Code Tablets being unusable until watch is recoupled if addon is installed after obtaining watch
- No item error when playing without Into The Omniverse addon
- Chamalien having no glow on recal/default unifrom
- Ditto clones not looking like owner
- Ditto clones attacking owner when hit
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:193RcLbZ:dzgxFIBs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:193RcLbZ:dzgxFIBs"
}

