Tags
Creators
Details
v2.2.9+26.2
Compatibility
Changes
NeoOrigins v2.2.9
A hotfix for 2.2.8: condition-gated invisibility now ends the moment its condition lapses, true invisibility hides held items along with armor, and the cooldown-icon HUD honors the "hide idle icons" setting again.
Supports: Minecraft 26.1.x (Java 25) · Minecraft 26.2 (Java 25) · Minecraft 1.21.1 (Java 21)
- Condition-gated invisibility ends when its condition does. An
invisibilitypower that turns on only while a condition holds no longer keeps you invisible for up to 15 seconds after that condition stops — it now fades within a moment of the condition lapsing, like every other gated passive. - True invisibility hides held items. With
render_armoroff, the item in your hand is now hidden along with your armor and body, so a fully invisible player no longer trails a floating weapon or tool. - The cooldown HUD honors "hide idle icons" again. With always show ability icons turned off, idle ability icons now actually disappear: the ability HUD's default mode shows recharging cooldowns and toggles only, and an idle icon stays hidden unless its power opts in with
always_show_iconor you re-enable the always-show setting.- Upgrading from an earlier version? An existing
config/neoorigins/client.tomlkeeps its saved value — sethud_ability_display = COOLDOWNS_AND_TOGGLES(or delete the file to regenerate it) to pick up the new default.
- Upgrading from an earlier version? An existing
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:aLEfGtpu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:aLEfGtpu"
}



