From bf11f1cb96cfeb98a21025459f24f235ff06cd42 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Mon, 11 Nov 2019 14:47:37 -0800 Subject: Adding files --- build.gradle | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index bcca42e..09aac4c 100644 --- a/build.gradle +++ b/build.gradle @@ -117,14 +117,18 @@ shadowJar { jar { manifest { attributes([ - "Specification-Title": "kotlinforforge", - "Specification-Vendor": "thedarkcolour", + "FMLModType": "LANGPROVIDER" + ]) + + attributes([ + "Specification-Title": "Mod Language Provider", + "Specification-Vendor": "Forge", "Specification-Version": "1", // We are version 1 of ourselves "Implementation-Title": project.name, "Implementation-Version": "${version}", "Implementation-Vendor" :"thedarkcolour", "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ") - ]) + ], "thedarkcolour/kotlinforforge/") } } -- cgit