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

About this Mod
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, maxversion)"
#Put an actual version in min_version and max_version
Available Versions
How to Install FootLib on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set neoforge Loader
In the panel under "Egg", select the neoforge loader and matching Minecraft version (1.21.1).
Install Mod
Open the mod browser in the dashboard and search for "FootLib". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.1
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
FootLib server crashes on startup – what to do?
Most common cause: wrong neoforge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.
Is FootLib compatible with neoforge?
FootLib officially supports neoforge for Minecraft 1.21.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with FootLib – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if FootLib consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install FootLib with just one click on your server.