Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Liby

Liby

Registration and MultiBlock Library

49.1k
3
Library

Compatibility

Minecraft: Java Edition

1.21.1
1.20.1
1.19.2

Platforms

Fabric

Supported environments

Client and server

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki

Creators

Nico_44
Nico_44 Member

Details

Licensed GPL-3.0-or-later
Published 9 months ago
Updated 3 months ago
DescriptionGalleryChangelogVersions

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 ther 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

Modrinth is open source.

feat/theseus/tauri-v2@c5403db

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.