File Details
NeoOrigins v2.2.13 (MC 1.21.1)
- R
- Jul 3, 2026
- 11.23 MB
- 50
- 1.21.1
- NeoForge
File Name
neoorigins-2.2.13+1.21.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
NeoOrigins v2.2.13
A legacy-datapack compatibility release: pre-2.2.8 sub-power ids keep their resource caps again, 1.20-era packs with plural folder names load without edits, and a batch of missing Apoli powers, actions, and conditions round out the compat layer.
Supports: Minecraft 26.1.x (Java 25) · Minecraft 26.2 (Java 25) · Minecraft 1.21.1 (Java 21)
Legacy slash-form sub-power ids keep their resource caps. The 2.2.11 shim resolved reads and writes for pre-2.2.8
parent/subids but not their resource min/max bounds, sochange_resourcecould push a resource past its cap and permanently disable the ability (reported as a dead double-jump). Bounds now resolve through the same alias, and affected packs run correctly as downloaded.Pre-1.21 plural folder names load without edits. Legacy datapacks using
functions/,predicates/,loot_tables/, and friends are now served under the modern singular paths automatically — in both originpacks and world datapacks — so downloaded packs run as-is.More legacy power, action, and condition types translate. Functional
origins:cooldownpowers,action_on_block_useandbonemealpowers, positionaloffsetactions,area_of_effectblock fan-out,offsetblock conditions,handsfilters, and invertedeffect_immunityexception lists.Item conditions got a fidelity pass. Legacy NBT checks (potions, custom effects) now match against modern components,
amount/name/fooditem checks work,block_collisionperforms a real collision test, and there is a neworigins:inventoryentity condition.All of the above is documented, with regenerated schemas for the in-game and web editors.