Syrup Library

Syrup Library

The Official Syrup Studio Library Mod

50 downloads

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

  • Minecraft 1.20.1 — Fabric and Forge
  • Minecraft 1.21.1 — Fabric and NeoForge
  • Minecraft 1.21.11 — Fabric and NeoForge
  • Minecraft 26.2 — Fabric and NeoForge

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

No gallery available for this project.