Tags
Creators
Details
Licensed MIT
Published 3 months ago
All versions
v1.11.0+26.1
Release
NeoOrigins v1.11.0 (MC 26.1.x)3 months ago 9
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
New Feature — Advancement-Based Origin Upgrades (Datapack Authorable)
- Any origin JSON can now declare an 'upgrades' list: a set of advancement/origin/announcement entries
- When a player earns the advancement, their current origin on that layer automatically swaps to the target
- Optional announcement field sends a translatable system message
- Works per-layer (origin + class upgrades run independently)
- Any datapack — modpack, addon, standalone — can author upgrade chains without Java code
Bug Fixes
- Fixed necromancer minions (and all summoned mobs) losing ownership info when walking through portals. Minions are now tracked by UUID across dimension changes.
- Fixed Avian slow-fall not working on MC 26.1 — the generic. attribute prefix still exists in 26.1 and the resolver wasn't falling back to it.
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:RS816y4W"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:RS816y4W"
}


