diff options
Diffstat (limited to 'src/mcmod.info')
-rw-r--r-- | src/mcmod.info | 19 |
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"] + } +] |