Tags
Creators
Details
Licensed MIT
Published 3 months ago
All versions
v2.2.10+26.2
Release
NeoOrigins v2.2.10 (MC 26.2)last week 20
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
NeoOrigins 2.2.10
- Renamed two origin ids for clarity:
jianxian->sword_immortal,golden_bell->golden_body. Existing saves and datapacks keep working — the old ids are mapped automatically. - Added per-power config overrides for all six eastern origins in
power_overrides.toml: retune strengths, cooldowns, resource pools, and damage without touching datapacks. - Server owners can now ground a flying origin:
creative_flighthonors anenabled = falseswitch (see the Sword Immortal / Windwalker flight examples in the docs). - Config-screen toggle labels for the six eastern origins, translated across all 12 languages.
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:g7f9IBP4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:g7f9IBP4"
}



