/patchwork-manifest

A library for reading metadata from Forge mod JARs

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

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'
}