Tags
Creators
Details
1.4.75
Compatibility
Required content
Changes
v1.4.75
A larger reliability and cleanup update focused mainly on aquatic Origins, persisted powers, and player-state repair.
Changes
- Fixed Nereid gills and hydration sometimes breaking after reconnects or reloads.
- Nereid stored hydration now resets correctly between sessions and rebuilds naturally from water or rain.
- Selkie wetness now restores faster while in water or rain.
- Improved aquatic detection and protection for Nereid, Selkie, and Siren.
- Hardened Nereid Submersion so aquatic Origins and Water Breathing powers are correctly exempt from forced drowning.
- Added automatic repair for missing Origin powers and child powers after Origin sync or respawn.
- Fixed stale shared status states such as Wet, Petrified, Restrained, Silenced, Pacified, Unstoppable, and Undetectable.
- Improved compatibility/Figura tag restoration after reloads.
- Reduced background polling and unnecessary repeated checks.
- Improved Mortal Resolve recovery after reconnects/restarts.
- Includes recent fixes for Arachne crafting, iron weakness, legacy Origin cleanup, Nereid marks, Selkie retaliation, Veilborn Transposition, and Origin-aware
/andromedaorigins repair.
Requires the matching Andromeda Origins version on both the client and server.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| andromeda-origins-1.21.1-1.4.75-sources.jar | Sources jar | 1.7 MiB |
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:8rLKf3xm:bOFvO8v8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8rLKf3xm:bOFvO8v8"
}

