Rosemary

Rosemary is a simple server-side library used for some of my mods. It currently adds:
- Utility functions for
SavedData - Dialog GUIs
- Simple serialization based config
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
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 26.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.
Verified by MCModsHub
- Ships as rosemarylib-1.1.1-mc26.2.jar — drop this file into the mods folder
- Download size: 18 KB
- Download link checked 1 Sept 2026 — working
These come from our own check of the pack file, not from the source page.
