Tags
Creators
Details
v2.0.6+1.21.1
Compatibility
Changes
NeoOrigins 2.0.6
-
Issue #40 — addon power types not registering: PowerTypes lookup now goes through the live PowerType registry captured from NewRegistryEvent instead of the built-in DeferredRegister entries. Addon mods registering power types via their own DeferredRegister or RegisterEvent are now visible to the JSON loader.
-
neoorigins:toggledefaultfield now actually applies: previously parsed-but-unused — both reads (origins:power_active) and writes (neoorigins:toggle) hardcodedfalseas the starting value. Centralized through newTogglesfacade that resolves the registered power'sdefaultlazily, so"default": truereads as on-until-flipped-off without anaction_on_event GAINEDworkaround. -
POWER_TYPES.md / ACTIONS.md / CONDITIONS.md updated with corrected toggle semantics and cross-links.
-
New COOKBOOK recipe #15 "Toggleable abilities (no keybind slot)" with two worked examples (toggle-gated wall climb, Hunter's Mark stance switch).
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:tWj39zxK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RUtQ9kfe:tWj39zxK"
}


