Empty mod (initial import)
This commit is contained in:
commit
23a9cb2157
8 changed files with 412 additions and 0 deletions
src/resources
16
src/resources/mcmod.info
Normal file
16
src/resources/mcmod.info
Normal 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": []
|
||||
}
|
||||
]
|
Reference in a new issue