Syrup Library
Syrup Library provides reusable, typed configuration for Syrup Studios mods. Its shared source supports these Minecraft and loader targets:
- 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
Maven coordinates
Each build uses this artifact version format:
net.syrupstudios:syrup_library:0.2.0+<minecraft>-<loader>
For example, consumers can add the Minecraft 1.20.1 Fabric build to a Fabric Loom project:
repositories {
maven("https://maven.syrupstudios.net/releases/")
}
dependencies {
modImplementation("net.syrupstudios:syrup_library:0.2.0+1.20.1-fabric")
}
