HomeJavaModsRosemary
Rosemary

Rosemary

A blueish-tinted Minecraft rose bush

Rosemary is a simple server-side library used for some of my mods. It currently adds:

Usage

See src/testmod for examples on how features are used

Add the maven repository and implementation

I ask that you don't JiJ/include this library in your mod unless you have a good reason to do so. Point users to the Modrinth page (or atleast add it as a dependency)

repositories {
    maven {
        name "sylvielol"
        url "https://maven.sylvie.lol/releases"
    }
}

dependencies {
    // Versions can be found at https://maven.sylvie.lol/#/releases/lol/sylvie/rosemarylib or on Modrinth
    implementation "lol.sylvie:rosemarylib:1.1.0-mc26.1"
}
Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

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

Explore more