Tags
Creators
Details
Licensed MIT
Published 3 months ago
All versions
v2.0.12+1.21.1
Release
NeoOrigins v2.0.12 (MC 1.21.1)2 months ago 298
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
NeoOrigins 2.0.12 (MC 26.1)
Bug Fixes:
- #52: Active abilities shared a single cooldown — each power now tracks independently
- #46: Arachnid Spider's Fang (action_on_hit) only worked in PvP — now fires against mobs
- #49: Caveborn mineral eating broken — no eat animation, no bonus effects
- #50: Aquatic fish diet — edible item FoodContext not provided to condition checks
- #47: Draconic water damage used magic type with knockback — now uses drown
- #44: Undead origins (Revenant/Necromancer) couldn't heal from food. Added potion reversal: Instant Health deals damage, Instant Damage heals
- #45: Elytrian collision damage — damage type matcher now checks both msgId and registry key path
- Draconic size not applying — scale attribute was minecraft:generic.scale, should be minecraft:scale
- 3 evolution poison immunity powers used wrong codec field (effect → effects)
- 2 condition_passive powers used nonexistent always_true condition
- Iron/gold armor missing from heavy_armor tag
Water Origin Buffs:
- All ocean origins gain Aqua Affinity (full mining speed underwater)
- All ocean origins gain Natural Swimmer (+0.15 water movement efficiency)
Docs:
- Essence Evolution system documented in COOKBOOK.md
- config_flag and food_item_id conditions added to CONDITIONS.md
- Armor class system documented in POWER_TYPES.md
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:IFgx6Knx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:IFgx6Knx"
}


