What are you searching for?

BoxLib

BoxLib

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

download 487.1K Downloads · favorite 205 Followers · Updated 2 weeks ago
Fabric Forge Library Management Neoforge Quilt Storage Technology Utility 1.14.4 1.15.2 1.16 1.16.1 1.16.4 +27 more

Versions

inventory_2
[Neoforge 1.21.11] v20.0.0

20.0.0 · 2 weeks ago · 310.00 KB

Release download
Neoforge 1.21.11
inventory_2
[Forge 1.21.11] v20.0.0

20.0.0 · 2 weeks ago · 310.05 KB

Release download
Forge 1.21.11
inventory_2
[Fabric 1.21.11] v20.0.0

20.0.0 · 2 weeks ago · 314.15 KB

Release download
Fabric Quilt 1.21.11
inventory_2
[Neoforge 1.21.10] v19.0.3

19.0.3 · 3 months ago · 311.59 KB

Release download
Neoforge 1.21.9 1.21.10
inventory_2
[Forge 1.21.10] v19.0.3

19.0.3 · 3 months ago · 311.88 KB

Release download
Forge 1.21.9 1.21.10

About

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

open_in_new View on Modrinth
Compatibility
Client: Required Server: Unsupported
gavel GPL-3.0-only

Conversation

What are your thoughts?

Related projects

Library
Fabric API
Fabric API

by modmuss50

Lightweight and modular API providing common hooks and intercompatibility measures utilized by mods using the Fabric toolchain.

download 128.4M
favorite 27,401
Library
Cloth Config API
Cloth Config API

by shedaniel

Configuration Library for Minecraft Mods

download 94.4M
favorite 13,670
Optimization Utility
FerriteCore
FerriteCore

by malte0811

Memory usage optimizations

download 84.3M
favorite 12,712
Utility
Mod Menu
Mod Menu

by Prospector

Adds a mod menu to view the list of mods you have installed.

download 77.7M
favorite 22,127
lock Cookie consent

SkinMC uses cookies to provide functionality and features.