
Liby
Registration and MultiBlock Library
Обновлён 18 октября 2025 г. · опубликован 4 октября 2024 г.
This mod serves as a utility for developers and does not add any content on its own. It is a required dependency for other mods.
Major version changes like 1.0 to 2.0 will break most mods using the older version, wait for an update from their mod author.
How to Add Liby to Your Project
Step 1: Add the ModrinthMaven Repository
To download Liby from ModrinthMaven, you first need to add the repository to your build.gradle file:
repositories {
maven {
name = "Modrinth Maven"
url = "https://api.modrinth.com/maven"
}
}
Step 2: Add the Liby Dependency
- Navigate to the Version section and find the version compatible with your Minecraft setup.
- Copy the version number.
- Add the Dependency:
modImplementation "maven.modrinth:liby:<version>"
After this the snippet, add it to the dependencies block in your build.gradle. Here’s an example:
dependencies {
// Add the Liby dependency using the Maven snippet
modImplementation "maven.modrinth:liby:1.21.1-build-2.1.1"
// Liby dependency
implementation "org.reflections:reflections:0.10.2"
}
For a full breakdown checkout the wiki
Links
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 3.0.0.0-1.20.1 | Альфа | 1.20.1 | fabric | 18 октября 2025 г. | .jar (1.1 МБ) |
| 1.21.1-build-2.1.1 | Бета | 1.21.1 | fabric | 21 марта 2025 г. | .jar (1.5 МБ) |
| 1.21.1-build-2.1 | Бета | 1.21.1 | fabric | 9 марта 2025 г. | .jar (1.5 МБ) |
| 1.20.1-build-2.0 | Релиз | 1.20.1 | fabric | 9 марта 2025 г. | .jar (1.5 МБ) |
| 1.21.1-build-2.0 | Альфа | 1.21.1 | fabric | 26 февраля 2025 г. | .jar (1.5 МБ) |
| 1.19.2-build-2.1 | Бета | 1.19.2 | fabric | 16 февраля 2025 г. | .jar (1.5 МБ) |
| 1.19.2-build-2.0 | Бета | 1.19.2 | fabric | 16 января 2025 г. | .jar (1.5 МБ) |
| 1.20.1-build-1.0 | Бета | 1.20.1 | fabric | 14 декабря 2024 г. | .jar (1.5 МБ) |
| 1.19.2-build-1.4 | Бета | 1.19.2 | fabric | 7 декабря 2024 г. | .jar (1.5 МБ) |
| 1.19.2-build-1.3 | Бета | 1.19.2 | fabric | 3 декабря 2024 г. | .jar (1.5 МБ) |
| 1.21.1-build-1.4 | Релиз | 1.21.1 | fabric | 29 ноября 2024 г. | .jar (1.5 МБ) |
| 1.21.1-build-1.3 | Бета | 1.21.1 | fabric | 10 октября 2024 г. | .jar (1.5 МБ) |
| 1.21.1-build-1.2 | Бета | 1.21.1 | fabric | 6 октября 2024 г. | .jar (1.5 МБ) |
| 1.21.1-build-1.1 | Бета | 1.21.1 | fabric | 5 октября 2024 г. | .jar (647 КБ) |
| 1.21.1-build-1.0 | Альфа | 1.21.1 | fabric | 4 октября 2024 г. | .jar (646 КБ) |
Ченджлог
3.0.0.0-1.20.1Альфа1.20.1 · 18 октября 2025 г.
To many changes to name honestly, look at github https://github.com/Nico44YT/Liby/tree/fabric-1.20.1-v3.
But to sum it up, mod now split up modules for easier development, classes have been moved, etc...
1.21.1-build-2.1.1Бета1.21.1 · 21 марта 2025 г.
- Fixed an incompatibility with other mods due to the TagGroupLoaderMixin
1.21.1-build-2.1Бета1.21.1 · 9 марта 2025 г.
- Fixed console spam from tags when entering a world
1.21.1-build-1.4Релиз1.21.1 · 29 ноября 2024 г.
- Added Server Entrypoint
- Added UUID Array to NBT Reader and Builder
- Fixed Multiblocks being able to be added via /setblock
1.21.1-build-1.3Бета1.21.1 · 10 октября 2024 г.
- Added Network sync for blocks
- Added some methods in NbtCompoundReader/Builder
- Added Entrypoint parameter in RegistryLoader
- Changed fabric.mod.json
1.21.1-build-1.2Бета1.21.1 · 6 октября 2024 г.
- Fixed grame crash, including missing dependencies now.
1.21.1-build-1.1Бета1.21.1 · 5 октября 2024 г.
- Fixed MultiBlock not setting parentPos
Полная история изменений — на Modrinth.
Комментарии
Загружаем…


