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
LibuLib

LibuLib

Library of Lumaa which includes a custom made generation system.

3,200
3
Library
World Generation
LibuLib has been archived. LibuLib will not receive any further updates unless the author decides to unarchive the project.

Compatibility

Minecraft: Java Edition

1.19.1–1.19.4

Platforms

Fabric
Forge

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 Join Discord server

Creators

Lumaa
Lumaa Owner

Details

Licensed MIT
Published 2 years ago
Updated 2 years ago
DescriptionChangelogVersions

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}"
}

Modrinth is open source.

app-ads@1633f40

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