Freedom Lib

Quick rating

Freedom Lib

No reviews yet

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.

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
freedom-0.10.1.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Freedom Lib

Smarter self-rescue for stuck mobs — plus a callable toolbox for modders who want their mobs to dig, tunnel, climb, or neutralize hazards on their own.

Freedom is a library mod for NeoForge 1.21.1. It adds nothing visible by itself: no items, no recipes, no commands, no creative-tab entries. The value shows up when another mod opts in — most prominently Zombie Village, Freedom's primary consumer.

If you're installing this because another mod requires it, you can stop reading. Drop the jar in mods/, that's all the setup.

What it does

When a host mod registers a mob with Freedom, the mob gets a fallback toolbox for the moments vanilla pathfinding can't solve:

  • Head buried in gravel, sand, or a cave-in → dig out
  • Trapped in lava → place a foothold and step up
  • Stuck at the bottom of a 1-wide pit → climb out on a self-cleaning ladder
  • Submerged in water → swim up
  • Walled in by a 2-block step → step-assist over
  • Blocked by a pool or flowing water → fill, plug, isolate a falling column, or bridge across it

Host mods can also directly drive deliberate actions — digging a shaft straight down, tunneling toward a target, plugging a flowing water source, draining a pool with gravel, lifting a mob to an elevated build target, or neutralizing a body of water/lava by classifying it and choosing FILL-with-gravel or PLUG-with-cobble automatically.

Everything respects host-defined protection rules — claim mods, structure registries, build envelopes. Freedom never modifies a block your host says is off-limits.

The one block it adds

freedom:climb_scaffold — a hidden, non-obtainable, ladder-climbable rescue block placed automatically by three of the rescue primitives. It looks identical to vanilla scaffolding but doesn't suffer scaffolding's "distance breaks the chain" failure, and mobs actually climb it. No item, no recipe, no creative tab. Each placed block carries a 15-second self-destruct fuse so columns never linger after a rescue.

If you run a mod that breaks blocks in mobs' way (custom AI, anti-grief sweeps), exempt freedom:climb_scaffold so it doesn't get torn down mid-climb.

What's under the hood

  • 8 auto-fire rescue primitives — invoked by host mods via a single registry call when a mob is stuck
  • 11 caller-direct primitives — for deliberate digging, tunneling, hazard cleanup, and elevation, each returning a Result enum so callers can drive their own state machine
  • Per-mob trackers for placed blocks, with deterministic cleanup on death, chunk unload, or server restart
  • 210 gametests + full JUnit suite green — the primitive contract is heavily tested against a live Minecraft world

Requires / compatible with

  • Minecraft 1.21.1
  • NeoForge 21.1.224 or newer
  • Java 21
  • No required mod dependencies

Modpack authors

Safe to include. Freedom is dormant until a host mod calls into it. No config files, no environment variables, no commands, no resource pack. Server-side primitive logic only.

Modder integration

RescueRegistry.tryAll(mob, EscapeContext.freeform(stuckTicks, protectionPredicate, "MyMobTag"));

That's the auto-fire path in one line. The standalone primitives (DigDownStep, DigForwardStep, LiquidHandlerPrimitive, etc.) are static methods on their own classes — import and call.

Full API documentation, telemetry contract, primitive table, and integration examples: Freedom Lib on the Risen wiki.

License

All Rights Reserved. Free to use for players and to include in modpacks. See LICENSE.md in the source repo for the full grants.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works