Tags
Creators
Details
Licensed MIT
Published 3 months ago
All versions
v2.0.29+26.1
Release
NeoOrigins v2.0.29 (MC 26.1.x)2 months ago 17
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
v2.0.29: custom icons, Ars compat, blacksmith/cook rework, modify_food compat fix
Features:
- Custom origin icons with CustomModelData support (IconCodec)
- Ars Nouveau compat — harm spell inversion for undead origins
- New power type: neoorigins:modify_food_nutrition
- New condition type: neoorigins:cooldown
- Stoneguard Warding Presence now toggleable
Reworks:
- Blacksmith Quality Craftsmanship — attribute-based (+mining speed, +attack damage, +armor toughness, +durability)
- Cook Good Meals — now adds +1 nutrition alongside saturation
- Cook Smoking Expert — was inert, now +2 nutrition +0.5 saturation
- Stoneguard Warding Presence — radius 24→48
Bug Fixes:
- origins:modify_food compat power was inert (no-op stub)
- 26.1.2 crash (RareWanderingLootPower static init) + mixin renames
- Mod armor helmets not blocking sunburn
- Model color transparency broken with nametag off
- Unknown icon items no longer crash origin loading
- Compat translator stripping icon data
Closes #85 #64 #51 #39 #33 #83 #80 #62 #61 #76 #75 #69 #68 #81
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:FpnnDGCJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:FpnnDGCJ"
}


