From b6ee1cacc50dec9ee65d30d8d62f0fbe1591bdc7 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Mon, 21 Mar 2016 02:46:32 +1000 Subject: Final version of safes for now. Cleaned up some handler code and left some new classes in for future use. Also, skipped a build and brought a fresh one along. --- src/mcmod.info | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/mcmod.info (limited to 'src/mcmod.info') diff --git a/src/mcmod.info b/src/mcmod.info new file mode 100644 index 0000000000..ae0af1f862 --- /dev/null +++ b/src/mcmod.info @@ -0,0 +1,19 @@ +/** + * @version 0.1 + * @author Alkalus + * In-game info for project: Hello World. + */ +[ { "modid" : "miscutils" + , "name" : "miscutils" + , "description" : "Adds a few various things. Supported mods include GregTech, EnderIO, Big Reactors, Thaumcraft, ExtraUtils, Pnuematicraft & Simply Jetpacks." + , "version" : "0.9.4_public_gregtech5u" + , "mcversion" : "1.7.10" + , "url" : "" + , "updateUrl" : "" + , "authorList" : ["Alkalus"] + , "credits" : "" + , "logoFile" : "" + , "screenshots" : [] + , "dependencies" : ["Forge10.13.0.1180"] + } +] -- cgit