promotional bannermobile promotional banner

BoxLib

A client-side library mod with tons of features to do all the heavy lifting for all client-side mod developers.

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:

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

The BoxLib Team

profile avatar
  • 16
    Followers
  • 7
    Projects
  • 1.5M
    Downloads

More from BoxadactleView all

  • FlatEdit+ project image

    FlatEdit+

    • 10.7K
    • Mods

    A rework of the horrific superflat creation screen.

    • 10.7K
    • April 24, 2026
    • Mods
    • +4
  • BoxHud project image

    BoxHud

    • 8.4K
    • Mods

    BoxHud is a Minecraft mod that adds a suite of powerful and customizable PvP-style HUD widgets, with a focus on performance and customizability.

    • 8.4K
    • April 6, 2026
    • Mods
    • +1
  • Coordinates Display project image

    Coordinates Display

    • 433.7K
    • Mods

    A basic mod that displays your coordinates on the Minecraft HUD

    • 433.7K
    • April 5, 2026
    • Mods
    • +1
  • Debug Keybind project image

    Debug Keybind

    • 14.7K
    • Mods

    A basic mod that adds keybinds for the F3 menu.

    • 14.7K
    • July 16, 2025
    • Mods
    • +1
  • FlatEdit+ project image

    FlatEdit+

    • 10.7K
    • Mods

    A rework of the horrific superflat creation screen.

    • 10.7K
    • April 24, 2026
    • Mods
    • +4
  • BoxHud project image

    BoxHud

    • 8.4K
    • Mods

    BoxHud is a Minecraft mod that adds a suite of powerful and customizable PvP-style HUD widgets, with a focus on performance and customizability.

    • 8.4K
    • April 6, 2026
    • Mods
    • +1
  • Coordinates Display project image

    Coordinates Display

    • 433.7K
    • Mods

    A basic mod that displays your coordinates on the Minecraft HUD

    • 433.7K
    • April 5, 2026
    • Mods
    • +1
  • Debug Keybind project image

    Debug Keybind

    • 14.7K
    • Mods

    A basic mod that adds keybinds for the F3 menu.

    • 14.7K
    • July 16, 2025
    • Mods
    • +1