From 33320699ac9597db686d8c3d9fba3da4384418c7 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sun, 11 Jun 2017 16:17:46 -0400 Subject: [PATCH] Add mcmod.info Closes #13 --- src/main/resources/mcmod.info | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/main/resources/mcmod.info diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info new file mode 100644 index 0000000..804751d --- /dev/null +++ b/src/main/resources/mcmod.info @@ -0,0 +1,14 @@ +[ + { + "modid": "forgelin", + "name": "Shadowfacts' Forgelin", + "version": "$version", + "mcversion": "$mcversion", + "description": "Kotlin helper library for Forge.", + "credits": "Emberwalker, for the original Forgelin", + "url": "https://github.com/shadowfacts/Forgelin", + "updateUrl": "", + "authorList": [ "shadowfacts" ], + "screenshots": [] + } +] \ No newline at end of file