HomeJavaModsSyrup Library
Syrup Library
ModsJava

Syrup Library

by SodaSyrup · on Modrinth

The Official Syrup Studio Library Mod. Free Minecraft Java mod for 26.2.

⬇ Download on Modrinth

Syrup Library

Syrup Library is a shared library used by Syrup Studios mods. It mainly provides reusable typed configuration code so we don't have to reimplement the same systems for every mod and loader.

If you're a player, you usually only need to install this because another Syrup Studios mod depends on it. It doesn't add much on its own.

Supported versions

Make sure you're using the version that matches both your Minecraft version and mod loader.

For developers

Syrup Library is available from the Syrup Studios Maven repository:

repositories {
    maven("https://maven.syrupstudios.net/releases/")
}

Versions use this format:

net.syrupstudios:syrup_library:0.2.0+<minecraft>-<loader>

For example, Minecraft 1.20.1 Fabric:

dependencies {
    modImplementation("net.syrupstudios:syrup_library:0.2.0+1.20.1-fabric")
}
Verified by MCModsHub

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

Explore more