freedom-1.0.0+mc26.1.2.jar
Curse Maven Snippet
What's new
Freedom Lib 1.0.0+mc26.1.2 — first release for Minecraft 26.1.2
What's new
- Freedom Lib now runs on Minecraft 26.1.2. This is the first build for the 26.1 line.
- The whole self-rescue library comes across from 1.21.1. Mobs that get stuck in pits, ravines, water and lava can dig, climb, bridge and drain their way out instead of standing there. 8 auto-fire primitives are registered, plus the standalone Step and Plug primitives host mods can call directly.
- No mod dependencies. Freedom is standalone.
Under the hood
- The modder-facing API is unchanged. Every public type in
com.freedom.apikeeps the same signatures as the 1.21.1 line, so a host mod needs no call-site changes — only a rebuild against this jar. - Ported to 26.1's reworked APIs: the registry id-before-construction contract, the
ScheduledTickAccessblock-update signature,LevelHeightAccessor's renamed bounds accessors, and Mojang's data-driven GameTest framework. - Verified with 234 unit tests and 267 in-world game tests, all passing on 26.1.2.
Requires / compatible with
- Minecraft 26.1.2 — exactly this version. The mod declares
[26.1.2]and will cleanly refuse to load on 26.1, 26.1.1 or a future 26.1.3 rather than crash. - NeoForge: built and tested against 26.1.2.99. Earlier 26.1.2.x builds are untested, but the NeoForge APIs Freedom uses are unchanged across that range.
- No mod dependencies.
Migration notes
- This is a separate line from the 1.21.1 builds, not an upgrade to them. Keep using 0.10.1 on Minecraft 1.21.1. Worlds do not carry across Minecraft versions.
- The 26.1 line restarts its version numbering at 1.0.0. Do not read it against the
1.21.1 line's
0.10.x— the two lines are independent and neither supersedes the other. The+mc26.1.2suffix in the filename is the thing to check: it is derived from the actual build pin, so it cannot disagree with what the jar was built against.
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

