Liby
Modby Nico_44
Registration and MultiBlock Library
Type
Mod
CurseForge Downloads
5,112
CurseForge ID
1115157
Modrinth Downloads
110,163
Modrinth ID
UsIxG2yq
Last Updated
Jul 17, 2026
Description
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:
```gradle
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.
2. Add the Dependency:
```gradle
modImplementation "maven.modrinth:liby:"
```
After this the snippet, add it to the dependencies block in your build.gradle. Here’s an example:
```gradle
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](https://github.com/Nico44YT/Liby/wiki)**
## Links
[](https://github.com/Nico44YT/Liby)
[](https://www.curseforge.com/minecraft/mc-mods/liby)
Compatibility
Mod Loaders
Fabric
Game Versions
1.19.2
1.20.1
1.21.1
Screenshots
Similar Mods
Lightest Lamps (Fabric/Quilt)
Adds Lamps with 16-30 light range and more...
Mod
1,151,990
Portable Tanks
Portable Tanks adds fluid tanks which keep their contents when picked up.
Mod
1,151,927
Extra Create Recipe
Additional recipes for Create & other mods
Mod
1,151,919
Limit Mob Spawn
Limit spawning mobs
Mod
1,151,860
Tax' Castle Pillager
Castle Pillager is a Minecraft Forge modification aims to add castles with pillagers.
Mod
1,151,189
Dimension of caves
Add a dimension for the Alex's Caves
Mod
1,150,972