Перейти к содержимому
Mineforgian

Liby

Registration and MultiBlock Library

109K загрузок5 подписчиковGPL-3.0-or-laterfabric

Обновлён 18 октября 2025 г. · опубликован 4 октября 2024 г.

  • RequiresLibyBadge

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.
  1. 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

GithubLinkImage CurseForgeLinkImage

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
3.0.0.0-1.20.1Альфа1.20.1fabric18 октября 2025 г..jar (1.1 МБ)
1.21.1-build-2.1.1Бета1.21.1fabric21 марта 2025 г..jar (1.5 МБ)
1.21.1-build-2.1Бета1.21.1fabric9 марта 2025 г..jar (1.5 МБ)
1.20.1-build-2.0Релиз1.20.1fabric9 марта 2025 г..jar (1.5 МБ)
1.21.1-build-2.0Альфа1.21.1fabric26 февраля 2025 г..jar (1.5 МБ)
1.19.2-build-2.1Бета1.19.2fabric16 февраля 2025 г..jar (1.5 МБ)
1.19.2-build-2.0Бета1.19.2fabric16 января 2025 г..jar (1.5 МБ)
1.20.1-build-1.0Бета1.20.1fabric14 декабря 2024 г..jar (1.5 МБ)
1.19.2-build-1.4Бета1.19.2fabric7 декабря 2024 г..jar (1.5 МБ)
1.19.2-build-1.3Бета1.19.2fabric3 декабря 2024 г..jar (1.5 МБ)
1.21.1-build-1.4Релиз1.21.1fabric29 ноября 2024 г..jar (1.5 МБ)
1.21.1-build-1.3Бета1.21.1fabric10 октября 2024 г..jar (1.5 МБ)
1.21.1-build-1.2Бета1.21.1fabric6 октября 2024 г..jar (1.5 МБ)
1.21.1-build-1.1Бета1.21.1fabric5 октября 2024 г..jar (647 КБ)
1.21.1-build-1.0Альфа1.21.1fabric4 октября 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.

Комментарии

Загружаем…