Tags
Creators
Details
Licensed MIT
Published 3 months ago
All versions
v2.0.25+1.21.1
Release
NeoOrigins v2.0.25 (MC 1.21.1)2 months ago 361
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
v2.0.25: fix escape immortality, config for new origins & orb XP cost
- Fix: escaping the starter origin screen no longer grants permanent immortality. pickerAbandoned is now persisted in the player data codec so the flag survives relog/restart.
- Config: skeleton, slime, and wraith origins can now be disabled via the [origins] config section like all other built-in origins.
- Config: new [orb_of_origins] section with levels_per_use setting. Set to 0 to disable the escalating XP cost entirely.
- Config: added power_overrides for all skeleton powers (speed, jump, brittle_frame, marksmanship, eat_bone_meal, evolved/ascended/apex).
- Config: added power_overrides for all slime powers (moisture drain rates, death_save thresholds, level_hp scaling, evolved/apex HP).
- Config: added exhaustion_per_tick overrides to all wraith phase tiers, plus wraith_apex_hunger_drain.
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:ReQMwbYK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:ReQMwbYK"
}


