From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- main/resources/mcmod.info | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 main/resources/mcmod.info (limited to 'main/resources/mcmod.info') diff --git a/main/resources/mcmod.info b/main/resources/mcmod.info new file mode 100644 index 0000000..2cc4fbc --- /dev/null +++ b/main/resources/mcmod.info @@ -0,0 +1,16 @@ +[ +{ + "modid": "IHL", + "name": "IHL Tools & Machines", + "description": "IC2 addon", + "version": "${version}", + "mcversion": "1.7.10", + "credits": "Thank to Player, Spwnx, GregoriousT, Chocohead and other IC2 forum members for help and moral support. Thank to Ldog, wormzjl and Chocohead for betatesting. Especially Chocohead and wormzjl. Chocohead made a lot of work and wormzjl is really concerned by this mod.", + "authorList": ["Foghrye4"], + "logoFile": "", + "url": "http://forum.industrial-craft.net/index.php?page=Thread&postID=152495", + "updateUrl": "", + "parent": "", + "screenshots": [] +} +] -- cgit v1.2.3