Tags
Creators
Details
v1.9.1+26.1
Compatibility
Changes
NeoOrigins v1.9.1
-
Abyssal water regen reduced from 2.0 to ~0.33 HP/sec (1 HP per 3 seconds)
-
Breeze origin: wind charge now fires an actual WindCharge projectile instead of dragon breath
-
Random on death: fixed client sync — new origin now properly displays after respawn without requiring relog
-
Cooldown bar: clicking a skill during cooldown no longer visually resets the cooldown bar to full
-
Compat damage immunity: conditional
modify_damage_takenpowers (e.g. ebon_wing dodge) are no longer translated into unconditional damage immunity -
Compat command spam: suppressed "Unknown function" chat spam from addon origin commands
-
Summon minion feedback: actionbar messages now display when summon fails due to low hunger or max minion cap
-
Origin command: fixed data ordering in
/origin setto match selection screen behavior
Optional dependencies
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:RUtQ9kfe:BLgG8c45"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:BLgG8c45"
}


