HomeJavaModsLazuli
Lazuli
Lazuli Logo

Lazuli

Lazuli is a personal library mod made to make modding a little less tedious.

This library is the culmination of all the foundational and API code that I wrote for my mods. I started to dislike having to rewrite it all every time, so I decided that it's time to make Yet Another Library Mod.

You're welcome modpackers, now you'll have one extra mod to pad your mod counts with to make your modpacks look larger than they are :3

"Features"

Lazuli ultimately boils down to tons of helper functions, and there are quite a lot of them at that. Here are the "highlights" or "interesting" things (I guess).

Usage

Lazuli is extensively documented using Javadocs. I also publish source and Javadoc JARs for you to include via Gradle.

To add Lazuli to your project, just add it as a modImplementation in Gradle:

// Applies to all Gradle plugins
repositories {
	// Modrinth maven is the easiest and most reliable place for me to publish at the moment.
	// I publish sources and JavaDocs here too.
	exclusiveContent {
		forRepository {
			maven("https://api.modrinth.com/maven")
		}
		filter {
			includeGroup("maven.modrinth")
		}
	}
}

dependencies {
	// Loom and Architectury Loom
	modImplementation("maven.modrinth:lazuli:VERSION")
}
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more