Скачать LibuLib — Minecraft Моды — ModStock

LibuLib

Архивирован

Установок

0

Последнее обновление

2 года назад

Версии

1.19.1 — 1.19.4
Клиент и сервер
Fabric
Forge
Библиотеки

LibuLib

Fabric Forge GitBook Support Discord
Gradle JitPack

LibuLib is a library mod made for all the mods by myself

Use it in your mod by doing the following (JitPack):

gradle.properties:

# Put the latest version of LibuLib
libu_version = 1.2.1

build.gradle:

repositories {
    maven {
        url "https://jitpack.io"
    }
}

dependencies {
    // LibuLib
    modImplementation "com.github.u-lumaa:LibuLib:${libu_version}"
}

Use developer versions at your own risk


You can use it in your mod by doing the following (Modrinth Maven):

gradle.properties:

# Put the latest version of LibuLib
libu_version = 1.2.1

build.gradle:

repositories {
    exclusiveContent {
        forRepository {
            maven {
                name = "Modrinth"
                url = "https://api.modrinth.com/maven"
            }
        }
        filter {
            includeGroup "maven.modrinth"
        }
    }
}

dependencies {
    modImplementation "maven.modrinth:libu:${libu_version}"
}
Участники проекта
Lumaa

Lumaa

Разработчик