Skip to content

PatchworkMC/patchwork-manifest

Repository files navigation

Patchwork Manifest

A library for reading metadata from Forge mod JARs

Usage

Patchwork Manifest is hosted on the Patchwork Maven, courtesy of TerraformersMC.

repositories {
    maven {
        url "https://maven.patchworkmc.net"
        name 'Patchwork'
    }
}

dependencies {
    implementation 'net.patchworkmc:patchwork-manifest:VERSION'
}