Tags
Creators
Details
Licensed MIT
Published 3 months ago
All versions
v1.9.0+26.1
Release
NeoOrigins v1.9.0 (MC 26.1.x)3 months ago 12
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
NeoOrigins v1.9.0
- Added 25+ new conditions:
dimension,biome,in_tag,equipped_item,food_level,submerged_in,on_fire,relative_health,fall_distance,enchantment,block,light_level,nbt,scoreboard,temperature,armor_value,using_item, and more - Added 15 new actions:
damage,feed,launch,spawn_entity,give,explode,extinguish,dismount,gain_air,trigger_cooldown,set_fall_distance,set_block, and more - Added 11 new Route B power types:
fire_projectile,target_action_on_hit,self_action_on_kill,launch,entity_glow,prevent_death,action_on_land, and hit-reaction variants - Added event-based powers:
prevent_item_use,restrict_armor,prevent_sleep,prevent_block_use,prevent_entity_use,modify_food,modify_jump - Added Route A translations for
fire_immunityandtoggle_night_vision - Added config option
compat_filtering.min_power_ratio(default 0.5) — hides addon origins with fewer than 50% of their powers loaded - Pre-compiled all event-power conditions at load time for better performance
- Fixed memory leak: player event-power state now cleaned up on disconnect
- Fixed screen title rendering as raw translation key
- Fixed blurry UI text on MC 1.21.1
- Improved namespace labels for non-mod addon origins (title-cased with spaces)
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:9X40adCL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:9X40adCL"
}


