promotional bannermobile promotional banner

Freedom Lib

Self-rescue and tunneling primitives for modded mob AI. Unstuck any mob from pits, aquifers, or corners; controlled block-by-block digging via composable Steps. Ships one hidden climb-scaffold with a 15s self-destruct fuse. Standalone logic library.
Back to Files

freedom-1.0.0+mc26.1.2.jar

File namefreedom-1.0.0+mc26.1.2.jar
Uploader
jdb_hkfjdb_hkf
Uploaded
Aug 28, 2026
Downloads
25
Size
335.8 KB
Mod Loaders
NeoForge
File ID
8750919
Type
R
Release
Supported game versions
  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:freedom-lib-1529212:8750919"

Learn more about Curse Maven

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.api keeps 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 ScheduledTickAccess block-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.2 suffix 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.

This mod has no additional files