Tags
Creators
Details
v2.0.15+26.1
Compatibility
Changes
NeoOrigins 2.0.15
-
New
neoorigins:resourcepower type — custom resource bars (Mana, Stamina, Energy, Essence, Vitality) with configurable min/max, regen rate, regen conditions, threshold actions, and HUD rendering -
31 origins migrated from hunger_cost to themed resource bars with HUD display:
- Mana (blue): Air, Fire, Water, Earth, Darkness, Gravity Mages
- Essence (purple): Necromancer, Kraken, Abyssal, Monster Tamer
- Stamina (orange): Draconic, Golem, Shulk, Gorgon, Warden, Strider, Cinderborn, Frostborn, Sculkborn, Stoneguard
- Energy (yellow-green): Umbral, Revenant, Arachnid, Feline, Hiveling, Blazeling, Enderian, Enderite, Voidwalker
- Vitality (green): Sylvan, Sporeling
-
resource_cost/resource_cost_amountfields onneoorigins:active_ability -
neoorigins:modify_resourceaction +neoorigins:resource_levelcondition -
#42 — Flight audio no longer loops for other players after landing
-
#54 — play_sound action now broadcasts to all nearby players
-
#55 — Caveborn ore eating now correctly grants bonus effects on last item
-
#56 — Cooldown HUD now displays for compat-layer powers
-
#57 — Archer Arthropod Bane changed from Poison to Slowness
-
#58 — Removed duplicate Sporeling apex poison immunity
-
Added target_action, actor_action, block_action_at, fire_projectile, custom_data
-
Added multiply_base_additive/multiplicative operation mapping
-
Fixed stacking_status_effect id field parsing
-
Conduit Power effect now bypasses aquatic land penalties
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:TF0BMHnI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:TF0BMHnI"
}


