Back to mods
FootLib project artwork

Modrinth · Minecraft mod

FootLib

This is the shared class and API for all of my mods

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which FootLib release should I use?

Updated today
Latest stable file MC26.x-0.2.1.1
Game version 26.1, 26.1.1, 26.1.2
Loader NeoForge

FootLib MC26.x-0.2.1.1 targets 26.1, 26.1.1, 26.1.2 with NeoForge. Installation on the client is optional. Installation on the dedicated server is optional. No extra mods listed for this file.

Where it goes

Is FootLib required on the client, server, or both?

Installation on the client is optional. Installation on the dedicated server is optional.

Client Optional
Dedicated server Optional
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source marks this as usable on both the client and server.

What else does FootLib MC26.x-0.2.1.1 need?

MC26.x-0.2.1.1. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

This file does not list any required or optional mods.

Before you install it

Add FootLib without breaking your instance.

Built for FootLib MC26.x-0.2.1.1. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use MC26.x-0.2.1.1. It targets 26.1, 26.1.1, 26.1.2 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    Installation on the client is optional. Installation on the dedicated server is optional.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside MC26.x-0.2.1.1. It opens that exact file at the source.

About this project

What does FootLib add?

FootLib

FootLib is a lightweight API and utility library used by Foot‑series mods.
It provides shared systems such as:

Foot Economy API

Currency definitions

Exchange‑rate systems

Auto‑rate engine hooks

Service injection for mod interoperability

FootLib is intentionally minimal, stable, and designed to act as the backbone for the entire Foot ecosystem.

Versioning

FootLib uses a four‑segment versioning system:

Overhaul.Major.Semi‑major.Patch/Hotfix/Minor‑alpha/beta/release

Example:
0.0.1.0 → Semi‑major update (1 in the third position)

Meaning of each segment

  • Overhaul
    A complete rewrite of the codebase, API, and systems.
    This is a new era of FootLib.
    Backward compatibility is not preserved.

  • Major
    Large feature wave.
    New systems, new mechanics, or major expansions.
    Backward compatible unless stated otherwise.

  • Semi‑major
    Significant content or system additions.
    Big‑minor updates that don’t break API.

  • Patch / Hotfix / Minor
    Small updates, bugfixes, micro‑features, or emergency fixes.

Pre‑release tags

‑alpha → Experimental, unstable

‑beta → Feature‑complete, stabilizing

(blank) → Release build/stable

Important Note

An Overhaul (1.x.x.x, 2.x.x.x, etc.) ends support for all previous Foot mods unless explicitly stated otherwise.

This is why FootLib does not use SemVer — SemVer cannot express the difference between a major update and a full architectural overhaul.
FootLib’s versioning makes the reason for incompatibility explicit.
DON'T WORRY THIS MOD IS STILL GETTING UPDATES AND NEW FEATURES, I ALSO JUST HAPPEN TO HAVE MORE PROJECTS IN MIND SO GETTING THEM COMPLETED IS KEY

Usage
Maven Repo

repositories {
    maven { url = "https://api.modrinth.com/maven" }
}

Gradle (Groovy)

dependencies {
    implementation("maven.modrinth:footlib:${footlib_version}")
}

neoforge.mods.toml

[[dependencies.yourmod]]
modId="footlib"
mandatory=true
versionRange="[min_version, max_version)"
#Put an actual version in min_version and max_version

Project description from Modrinth.

Pick your setup

FootLib by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

14 available setups

Showing the newest 12 of 14 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

FootLib versions and loaders

10 of 10 releases match

Looking for an older file? The official Modrinth project page is in Resources.