BoxLib

⭐ ⭐ (241 endorsements) 📥 790,691 downloads 📌 v22.0.1 📅 5/22/2024
🟡 Updated this year

By Boxadactle · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/8/2026 📅 Created: 5/22/2024
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.0% endorsement rate
  • 🏆 #964 of 1284 fabric mods in this game by downloads

📋 About This Mod

# 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: - (https://www.curseforge.com/minecraft/mc-mods/coordinates-display) v10.0.0 and above - (https://www.curseforge.com/minecraft/mc-mods/debug-keybind) v8.0.0 and above - (https://www.curseforge.com/minecraft/mc-mods/macrocraft) v4.0.0 and above <p style="color: red">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. </p> ### 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_

# 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: - (https://www.curseforge.com/minecraft/mc-mods/coordinates-display) v10. 0. 0 and above - (https://www.curseforge.com/minecraft/mc-mods/debug-keybind) v8. 0. 0 and above - (https://www.curseforge.com/minecraft/mc-mods/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.

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_

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Boxadactle
Version
22.0.1
Downloads
790,691
Endorsements
241
Category
fabric
Created
5/22/2024
Updated
7/8/2026
Game Versions
26.2
Tags
library, management, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does BoxLib support?

The author lists 26.2. Other versions may work but are untested by the author.

What is the latest version of BoxLib?

Version 22.0.1, published 2026-07-08 with 790,691 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by Boxadactle 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods