Tags
Creators
Details
v2.2.12+1.21.1
Compatibility
Changes
NeoOrigins 2.2.12
A compatibility release: a new origins:origin condition and four more built-in powers so third-party addon packs load, more forgiving /power and /resource commands, and a Dragon Survival fix that stops us from blocking its appearance editor.
Supports: Minecraft 26.1.x (Java 25) · Minecraft 26.2 (Java 25) · Minecraft 1.21.1 (Java 21)
Compatibility (Apoli / Origins)
- origins:origin condition implemented: gate a power on the player's current origin (optionally scoped to a layer), mirroring Apoli's own condition.
- Four more built-in Origins powers translate: origins:strong_arms, natural_armor, and more_exhaustion now resolve to NeoOrigins equivalents, so addon origins auto-hidden for translating too few powers (like the wou pack's rock human) show up in the picker.
- /power accepts an optional source argument, matching Apoli, so addon functions that pass one no longer fail to parse.
- /resource set/change/operation accept a multi-player selector.
Bug Fixes
- origins:weak_arms slows mining again: it was passing its factor under the wrong codec key and silently defaulting to 2x faster.
- The Flower Man addon pack loads clean: command shims + corrected particle lists let its functions register and run.
- Dragon Survival's appearance editor opens again: only species-choice screens are intercepted now, and only behind the opt-in compat.suppress_dragon_species_screens config (default off).
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:CuIXhPFu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:CuIXhPFu"
}




