1.0.0
Compatibility
Changes
Fixes
Fixed flight support for Atomic / Atom Eve powers. Fixed flight drift: stopping boost flight now stops the player immediately. Reduced the difficulty of the first Invincible fight mission. Viltrumite Chop now deals lethal damage as intended. Atom Eve NPC now uses ranged blasts/repulsion instead of only melee combat. Fixed race matching so Atom, Atomic, and Atom Eve use the same power set. Restored/registers the Galactic Map item. Added item models/lang entries for spawn eggs and Galactic Map. Spawn Eggs
Added spawn egg support for available base-mod entities. Missing 1.20.1 entities such as Atom Eve, Tech Jacket, Conquest, Anissa, Cecil, Moon, and Sun now use SafeSpawnEggItem. If the entity exists in the base mod, the egg spawns it normally. If the entity is missing from the original 1.20.1 jar, the item no longer crashes/NPEs and instead shows an in-game warning.
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:YtNJxut8:xGQU5fyQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YtNJxut8:xGQU5fyQ"
}

