Fix author and other strings in the mdk mods toml file, update coremods to 0.3.+

Signed-off-by: cpw <cpw+github@weeksfamily.ca>
This commit is contained in:
cpw 2019-02-16 17:42:30 -05:00
parent f4f3c9bd2d
commit c5f7cfe6ee
3 changed files with 10 additions and 10 deletions

View file

@ -83,7 +83,7 @@ jar {
manifest {
attributes(["Specification-Title": "examplemod",
"Specification-Vendor": "examplemodsareus",
"Specification-Version": "24.0", // We are version 1 of the modlauncher specification
"Specification-Version": "1", // We are version 1 of ourselves
"Implementation-Title": project.name,
"Implementation-Version": "${version}",
"Implementation-Vendor" :"examplemodsareus",