Skip to content

PatchworkMC/patchwork-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

47e2530 Β· Feb 7, 2021

History

39 Commits
Feb 7, 2021
Feb 7, 2021
Dec 29, 2020
Dec 12, 2019
Dec 27, 2019
Dec 12, 2019
Feb 7, 2021
Feb 7, 2021
Apr 30, 2020
Feb 7, 2021
Dec 12, 2019
Dec 12, 2019
Feb 7, 2021

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