
BoxLib
A client-side library mod with tons of features to do all the heavy lifting for all client-side mods.
Обновлён 5 апреля 2026 г. · опубликован 19 мая 2024 г.
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
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 21.0.0 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric, quilt | 5 апреля 2026 г. | .jar (244 КБ) |
| 21.0.0 | Релиз | 26.1, 26.1.1, 26.1.2 | neoforge | 5 апреля 2026 г. | .jar (241 КБ) |
| 20.0.0 | Релиз | 1.21.11 | neoforge | 24 января 2026 г. | .jar (310 КБ) |
| 20.0.0 | Релиз | 1.21.11 | forge | 24 января 2026 г. | .jar (310 КБ) |
| 20.0.0 | Релиз | 1.21.11 | fabric, quilt | 24 января 2026 г. | .jar (314 КБ) |
| 19.0.3 | Релиз | 1.21.9, 1.21.10 | neoforge | 20 октября 2025 г. | .jar (312 КБ) |
| 19.0.3 | Релиз | 1.21.9, 1.21.10 | forge | 20 октября 2025 г. | .jar (312 КБ) |
| 19.0.3 | Релиз | 1.21.9, 1.21.10 | fabric, quilt | 20 октября 2025 г. | .jar (316 КБ) |
| 19.0.2 | Релиз | 1.21.9, 1.21.10 | neoforge | 20 октября 2025 г. | .jar (312 КБ) |
| 19.0.2 | Релиз | 1.21.9, 1.21.10 | forge | 20 октября 2025 г. | .jar (312 КБ) |
| 19.0.2 | Релиз | 1.21.9, 1.21.10 | fabric, quilt | 20 октября 2025 г. | .jar (316 КБ) |
| 19.0.1 | Релиз | 1.21.9, 1.21.10 | neoforge | 19 октября 2025 г. | .jar (312 КБ) |
| 19.0.1 | Релиз | 1.21.9, 1.21.10 | forge | 19 октября 2025 г. | .jar (312 КБ) |
| 19.0.1 | Релиз | 1.21.9, 1.21.10 | fabric, quilt | 19 октября 2025 г. | .jar (316 КБ) |
| 13.3.4-Boxlib | Релиз | 1.20.5, 1.20.6 | fabric, quilt | 2 августа 2025 г. | .jar (259 КБ) |
Показаны последние 15 из 139 версий. Все версии — на Modrinth.
Ченджлог
21.0.0Релиз26.1, 26.1.1, 26.1.2 · 5 апреля 2026 г.
Changelog
- Update to 26.1
- Change icon
21.0.0Релиз26.1, 26.1.1, 26.1.2 · 5 апреля 2026 г.
Changelog
- Update to 26.1
- Change icon
20.0.0Релиз1.21.11 · 24 января 2026 г.
Changelog
- Update to 1.21.11
20.0.0Релиз1.21.11 · 24 января 2026 г.
Changelog
- Update to 1.21.11
20.0.0Релиз1.21.11 · 24 января 2026 г.
Changelog
- Update to 1.21.11
19.0.3Релиз1.21.9, 1.21.10 · 20 октября 2025 г.
Changelog
- Fixed crash when button was clicked
19.0.3Релиз1.21.9, 1.21.10 · 20 октября 2025 г.
Changelog
- Fixed crash when button was clicked
19.0.3Релиз1.21.9, 1.21.10 · 20 октября 2025 г.
Changelog
- Fixed crash when button was clicked
Полная история изменений — на Modrinth.
Комментарии
Загружаем…