diff options
Diffstat (limited to 'bin/mcmod.info')
-rw-r--r-- | bin/mcmod.info | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/mcmod.info b/bin/mcmod.info new file mode 100644 index 0000000000..0c2b859007 --- /dev/null +++ b/bin/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.7.8gtu" + , "mcversion" : "1.7.10" + , "url" : "" + , "updateUrl" : "" + , "authorList" : ["Alkalus"] + , "credits" : "" + , "logoFile" : "" + , "screenshots" : [] + , "dependencies" : ["Forge10.13.0.1180"] + } +] |