CurseForge · Minecraft mod
BoxLib
A client-side library mod with tons of features to do all the heavy lifting for all client-side mod developers.
Quick answer
Which BoxLib release should I use?
BoxLib [Fabric 26.2] v22.0.1 targets 26.2 with Fabric, Quilt. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.
Where it goes
Is BoxLib required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does BoxLib [Fabric 26.2] v22.0.1 need?
[Fabric 26.2] v22.0.1. Change the file and its required mods may change too.
Install Fabric API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add BoxLib without breaking your instance.
Built for BoxLib [Fabric 26.2] v22.0.1. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use [Fabric 26.2] v22.0.1. It targets 26.2 with Fabric, Quilt; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside [Fabric 26.2] v22.0.1. It opens that exact file at the source.
About this project
What does BoxLib add?
BoxLib
The most basic client-side library mod.
BoxLib is a library mod containing shared code used in Boxadactle's client mods. It is designed to be lightweight and easy to use, with a focus on providing utilities and tools that are commonly used in client-side mods.
Library
Features
- Config GUI Handler
- Config file loader/saver
- Client Command Handler
- Math
- Client Utils
- Gui Utils
- Rendering Utils
- World Utils
- Mod Logger
- Google Translation Features
- Rendering Layouts
- Keybinding helpers
- Prompt system
- 3D world rendering
Dependents
BoxLib is required by all of the following mods:
- CoordinatesDisplay v10.0.0 and above
- DebugKeybind v8.0.0 and above
- MacroCraft v4.0.0 and above
If you have trouble finding the required version of BoxLib for a specific mod, just download the latest version of BoxLib for the Minecraft version you are using.
Usage
If you would like to use this library, it is published on my maven repository: https://maven.boxadactle.dev
Please DO NOT use BoxLib for server mods, it's been specifically written for Client mods.
Setup with Fabric
build.gradle:
repositories {
maven { url = "https://maven.boxadactle.dev/releases" }
}
dependencies {
[...]
modImplementation("dev.boxadactle.boxlib:Boxlib-fabric:VERSION")
}
Make sure to replace VERSION with the correct version of each mod
Setup with NeoForge
build.gradle
repositories {
maven { url = "https://maven.boxadactle.dev/releases" }
}
dependencies {
[...]
modImplementation("dev.boxadactle.boxlib:Boxlib-neoforge:VERSION")
}
Make sure to replace VERSION with the correct version of each mod
Setup with Architectury
build.gradle
repositories {
maven { url = "https://maven.boxadactle.dev/releases" }
}
dependencies {
[...]
modCompileOnlyApi("dev.boxadactle:Boxlib-common:VERSION")
}
Make sure to replace VERSION with the correct version of each mod
Setup with Forge
build.gradle:
jarJar.enable()
repositories {
maven { url = "https://maven.boxadactle.dev/releases" }
}
dependencies {
[...]
implementation fg.deobf("dev.boxadactle.boxlib:BoxLib-Forge:VERSION")
}
Make sure to replace VERSION with the correct version of each mod
Project description from CurseForge.
Pick your setup
BoxLib by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.2
3 loader builds26.1.2
3 loader builds26.1.1
3 loader builds26.1
3 loader builds1.21.11
4 loader builds1.21.10
4 loader builds1.21.9
4 loader builds1.21.8
4 loader builds1.21.7
4 loader builds1.21.6
4 loader builds1.21.5
4 loader builds1.21.4
4 loader buildsShowing the newest 12 of 36 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
BoxLib versions and loaders
[Fabric 26.2] v22.0.1
BoxLib-fabric-22.0.1.jar
8 Jul 2026
[Neoforge 26.2] v22.0.1
BoxLib-neoforge-22.0.1.jar
8 Jul 2026
[Neoforge 26.1.1] v21.0.0
BoxLib-neoforge-21.0.0.jar
5 Apr 2026
[Fabric 26.1.1] v21.0.0
BoxLib-fabric-21.0.0.jar
5 Apr 2026
[Neoforge 1.21.11] v20.0.0
BoxLib-neoforge-20.0.0-20.0.0.jar
24 Jan 2026
[Forge 1.21.11] v20.0.0
BoxLib-forge-20.0.0-20.0.0.jar
24 Jan 2026
[Fabric 1.21.11] v20.0.0
BoxLib-fabric-20.0.0-20.0.0.jar
24 Jan 2026
[Forge 1.21.10] v19.0.3
BoxLib-forge-19.0.3-19.0.3.jar
20 Oct 2025
[Fabric 1.21.10] v19.0.3
BoxLib-fabric-19.0.3-19.0.3.jar
20 Oct 2025
[Neoforge 1.21.10] v19.0.3
BoxLib-neoforge-19.0.3-19.0.3.jar
20 Oct 2025
[Forge 1.21.10] v19.0.2
BoxLib-forge-1.21.10-19.0.2.jar
20 Oct 2025
[Neoforge 1.21.10] v19.0.2
boxlib-neoforge-1.21.10-19.0.2.jar
20 Oct 2025
Looking for an older file? The official CurseForge project page is in Resources.