
Lib 39
Lib39 is a general-purpose dependency library for Minecraft mods.
Обновлён 19 апреля 2026 г. · опубликован 25 октября 2025 г.
A LIB
Current Library Features
- S2C Synchronized Data System (Not only supports Capability but also enables synchronization of more data types through DataProvider)
- I18n Language JSON Data Generation Code based on Provider (providing more convenient language data generation)
- Compatibility Code Registration Management Class (for easier compatibility with other mods)
- NBT Read/Write Utility Class using a chain pattern to reduce redundant serialization/deserialization logic
- A Series of Riding Methods for more convenient management of riding relationships
...and a range of other utility methods aimed at reducing repetitive coding tasks.
For Developers
Add the Maven repository in your build.gradle:
repositories {
maven {
name = "LTD Maven"
url = "https://nexus.bot.leisuretimedock.top/repository/maven-public/"
}
}
Import the dependency:
implementation 'top.r3944realms.lib39:lib39:${version}'
Version examples like 1.20.1-0.0.17:
implementation 'top.r3944realms.lib39:lib39:1.20.1-0.0.17'
After building, this mod can be found in the library with examples included.
Click "Download Source Code" in the right-hand window to view JavaDoc annotations.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.20.1-0.5.6 | Релиз | 1.20.1 | forge | 19 апреля 2026 г. | Скачать (1.1 МБ) |
| 1.20.1-0.5.6 | Релиз | 1.20.1 | fabric | 19 апреля 2026 г. | Скачать (1.0 МБ) |
| 1.20.1-0.4.1 | Релиз | 1.20.1 | forge | 26 февраля 2026 г. | Скачать (1.2 МБ) |
| 1.20.1-0.3.6 | Релиз | 1.20.1 | forge | 17 февраля 2026 г. | Скачать (1.2 МБ) |
| 1.20.1-0.1.9 | Релиз | 1.20.1 | forge | 24 января 2026 г. | Скачать (1.2 МБ) |
| 1.21.11-0.0.16 | Релиз | 1.21.11 | neoforge | 10 декабря 2025 г. | Скачать (822 КБ) |
| 1.21.10-0.0.16 | Релиз | 1.21.10 | neoforge | 1 ноября 2025 г. | Скачать (821 КБ) |
| 1.20.1-0.0.17 | Релиз | 1.20.1 | forge | 25 октября 2025 г. | Скачать (804 КБ) |
Ченджлог
1.21.11-0.0.16Релиз1.21.11 · 10 декабря 2025 г.
Migrate from 1.21.10 to Neoforge 1.21.11.
1.21.10-0.0.16Релиз1.21.10 · 1 ноября 2025 г.
Migrate from Forge 1.20.1 to Neoforge 1.21.10.
I18n language JSON data generation code based on Provider (providing more convenient language data generation);
Compatibility code registration management class (used to easily implement compatibility with other mods);
NBT read/write utility class using chain pattern to reduce redundant logic in serialization/deserialization;
Value read/write utility class using chain pattern to reduce redundant logic in serialization/deserialization;
A series of riding methods for more convenient management of riding relationships.
And a range of other utility methods aimed at reducing repetitive coding tasks.
1.20.1-0.0.17Релиз1.20.1 · 25 октября 2025 г.
S2C Synchronized Data System (not only supports Capability, but also enables synchronization of more data types through DataProvider);
I18n language JSON data generation code based on Provider (providing more convenient language data generation);
Compatibility code registration management class (used to easily implement compatibility with other mods);
NBT read/write utility class using chain pattern to reduce redundant logic in serialization/deserialization;
A series of riding methods for more convenient management of riding relationships.
And a range of other utility methods aimed at reducing repetitive coding tasks.
Комментарии
Загружаем…