gigaherz / SewingKit

SewingKit (working title) is an API mod for Minecraft Forge designed for other mods to add sewing recipes for tailoring and leatherworking
Other
5 stars 4 forks source link

Typo in build.gradle #1

Closed senox13 closed 3 years ago

senox13 commented 3 years ago

In the manifest section of this project's build.gradle, your name is misspelled twice.

manifest {
        attributes([
            "Specification-Title": "sewingkit",
            "Specification-Vendor": "gigahrez", <---
            "Specification-Version": "1", // We are version 1 of ourselves
            "Implementation-Title": project.name,
            "Implementation-Version": "${version}",
            "Implementation-Vendor" :"gigahrez", <---
            "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
        ])
    }
gigaherz commented 3 years ago

Hah, good catch! Stupid fingers running over each other.

gigaherz commented 3 years ago

Fixed in v1.3.0 ;P