Empty mod (initial import)

This commit is contained in:
Emmanuel BENOîT 2016-06-13 11:55:30 +02:00
commit 23a9cb2157
8 changed files with 412 additions and 0 deletions
src/resources

16
src/resources/mcmod.info Normal file
View file

@ -0,0 +1,16 @@
[
{
"modid": "mmm",
"name": "MMM!",
"description": "A mod for both me and my son. Likely to include very random assortments of things. Probably won't play nice with other mods because I don't care.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "",
"updateUrl": "",
"authorList": ["TSeeker"],
"credits": "",
"logoFile": "",
"screenshots": [],
"dependencies": []
}
]