aboutsummaryrefslogtreecommitdiff
path: root/src/mcmod.info
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-03-21 02:46:32 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-03-21 02:46:32 +1000
commitb6ee1cacc50dec9ee65d30d8d62f0fbe1591bdc7 (patch)
treecb6f45036f4366623a908a2dfdfa809ce5869df8 /src/mcmod.info
parente667f347a505929d34883b5abf595d3d6111f730 (diff)
downloadGT5-Unofficial-b6ee1cacc50dec9ee65d30d8d62f0fbe1591bdc7.tar.gz
GT5-Unofficial-b6ee1cacc50dec9ee65d30d8d62f0fbe1591bdc7.tar.bz2
GT5-Unofficial-b6ee1cacc50dec9ee65d30d8d62f0fbe1591bdc7.zip
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.
Diffstat (limited to 'src/mcmod.info')
-rw-r--r--src/mcmod.info19
1 files changed, 19 insertions, 0 deletions
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"]
+ }
+]