What are you searching for?

LibuLib

LibuLib

Library of Lumaa which includes a custom made generation system.

download 5.5K Downloads · favorite 2 Followers · Updated 2 years ago
Fabric Forge Library Utility Worldgen 1.19.1 1.19.2 1.19.3 1.19.4

Versions

inventory_2
v1.4.0 [Forge]

1.4.0-forge · 2 years ago · 84.08 KB

Forge 1.19.4
inventory_2
v1.4.0 [Fabric]

1.4.0-fabric · 2 years ago · 83.42 KB

Fabric 1.19.4
inventory_2
v1.3.2

1.3.2 · 2 years ago · 87.31 KB

Release download
Fabric 1.19.4
inventory_2
v1.3.1

1.3.1 · 2 years ago · 87.99 KB

Release download
Fabric 1.19.4
inventory_2
v1.3.0

1.3.0 · 2 years ago · 86.47 KB

Release download
Fabric 1.19.4

About

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}"
}
open_in_new View on Modrinth
Compatibility
Client: Required Server: Required
gavel MIT

Conversation

What are your thoughts?

Related projects

Library
Fabric API
Fabric API

by modmuss50

Lightweight and modular API providing common hooks and intercompatibility measures utilized by mods using the Fabric toolchain.

download 128.9M
favorite 27,437
Library
Cloth Config API
Cloth Config API

by shedaniel

Configuration Library for Minecraft Mods

download 94.7M
favorite 13,679
Optimization Utility
FerriteCore
FerriteCore

by malte0811

Memory usage optimizations

download 84.7M
favorite 12,724
Utility
Mod Menu
Mod Menu

by Prospector

Adds a mod menu to view the list of mods you have installed.

download 78.0M
favorite 22,148
lock Cookie consent

SkinMC uses cookies to provide functionality and features.