
Modrinth · Minecraft mod
FootLib
This is the shared class and API for all of my mods
Quick answer
Which FootLib release should I use?
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.
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.
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.
- 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.
- 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.
- 03
Put it on the correct side
Installation on the client is optional. Installation on the dedicated server is optional.
- 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.
26.1.2
1 loader build26.1.1
1 loader build26.1
1 loader build1.21.10
1 loader build1.21.9
1 loader build1.21.8
1 loader build1.21.7
1 loader build1.21.6
1 loader build1.21.5
1 loader build1.21.4
1 loader build1.21.3
1 loader buildShowing 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
MC26.x-0.2.1.1
footlib-0.2.1.1.jar
11 Aug 2026
MC1.21.x-!1.21.11-0.2.1.1
footlib-0.2.1.1.jar
11 Aug 2026
MC1.21.1-0.2.1.1
footlib-0.2.1.1.jar
31 Jul 2026
MC1.21.x-!1.21.11-0.2.0.0-alpha
footlib-0.2.0.0-alpha.jar
22 Jul 2026
MC26.x-0.2.0.0-alpha
footlib-0.2.0.0-alpha.jar
22 Jul 2026
0.1.0.1
footlib-0.1.0.1.jar
23 May 2026
0.0.1.0
footlib-0.0.1.0.jar
5 Apr 2026
0.0.1.0-beta
footlib-0.0.1.0-beta.jar
3 Apr 2026
0.0.0.2-alpha
footlib-0.0.0.2.jar
25 Mar 2026
0.0.0.1-alpha
footlib-0.0.1.jar
22 Mar 2026
Looking for an older file? The official Modrinth project page is in Resources.