BoxLib
Modby Boxadactle
A client-side library mod with tons of features to do all the heavy lifting for all client-side mod developers.
Type
Mod
CurseForge Downloads
1,249,599
CurseForge ID
1021348
Modrinth Downloads
653,395
Modrinth ID
HAE5KvTA
Last Updated
Jun 11, 2026
Description
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:`** ```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`** ```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`** ```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:`** ```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_Compatibility
Mod Loaders
Game Versions
Similar Mods
CompatSkills
Mod Compat Addon for Reskillable
Advanced Fishing
This mod overhauls fishing with 49 new fish, biome-based catches, lava fishing, new enchantments and curses, custom poti...
Main Menu Credits
Adds a way of adding information to the user's title screen.
Moog's Structure Lib (moogs_structures)
This is a library mod for the Moogs Structure series
Just Dire Things
A collection of Random Blocks and Items for Automation
HelpFixer
Fixes the /help command
Included in Modpacks
Fast and Better Vanilla
Kart's Chaotic Kit
Legacies
VIRISMP
Just a Random Vanilla Adventure