Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 396 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 396 Bytes

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