Tags
Creators
Details
Licensed MIT
Published 3 months ago
All versions
v1.4.0+1.21.1
Release
NeoOrigins v1.4.0 (MC 1.21.1)3 months ago 9
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
v1.4.0
Bug Fixes
- Fixed Avian "Athlete's Diet" granting permanent Saturation effect instead of reducing hunger drain (fixes #14)
- Fixed power toggle state (e.g. toggling off Athlete's Diet) not persisting across logout/relog
- Fixed
hunger_drain_modifierpower type being non-functional — Feline (1.3x), Draconic (1.5x), Tiny (1.8x), Hiveling (1.5x), Gorgon (1.5x), and class hunger modifiers now actually work
Performance
- Eliminated per-tick layer sorting in ActiveOriginService — origins map now uses natural sort order
- Removed redundant double power lookup in mob spawn suppression handler
- Replaced full player list scan with spatial AABB query for enchantment table bonus
- Fixed memory leak: CompatTickScheduler queue now partitioned by player and cleaned on logout
- Fixed memory leak: network activation debounce map now cleaned on logout
- Fixed memory leak: minion tracker now cleaned on logout
- Replaced Map.copyOf() with unmodifiable view in PlayerOriginData.getOrigins()
UI
- Origin selection screen now scales proportionally with window size (removed 660px width cap)
- Left panel width adapts to screen size (30% of total, clamped 130-200px)
- Power descriptions in the detail panel now word-wrap instead of clipping
Balance
- Avian "Athlete's Diet" now reduces all exhaustion by 75% (was: permanent Saturation effect)
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:cAdSsGnd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:cAdSsGnd"
}


