Tags
Creators
Details
Licensed MIT
Published 3 months ago
All versions
v2.0.37+1.21.1
Release
NeoOrigins v2.0.37 (MC 1.21.1)2 months ago 2,239
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
v2.0.37: no_slowdown fix, armor_equip, public /neoorigins get, custom-class docs
- no_slowdown: implement the previously no-op power — cancels cobweb / sweet berry / powder snow slowdown and the soul sand / honey walk-speed factor. Unrestricted variant is client-predicted; optional block_tag filter.
- prevent_action: new armor_equip action with per-slot head/chest/legs/feet toggles; chestplate_equip kept as a legacy alias.
- active_dash / dash: optional set_velocity bool so backward momentum can't cancel a dash; all four built-in dashes ship with set_velocity: true (#73).
- hiveling_jump_boost: +40% jump strength so Hiveling's 60% size still clears a one-block jump (#70).
- /neoorigins get usable by non-operators via new [commands] public_origin_get config (default true; operators always allowed).
- Fix minion death / despawn-tick server crash.
- Fix (26.1): /origin and /neoorigins were root-gated to OP; permissions now per-subcommand so editor, evolve accept/decline and self-gui work without OP (matches 1.21.1).
- New docs/CLASSES.md custom-class guide + examples/custom_class/ datapack; no_slowdown and prevent_action docs/schema updated.
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:dEmuf2ua"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:dEmuf2ua"
}


