We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9168578 commit c40a22fCopy full SHA for c40a22f
src/main/resources/mcmod.info
@@ -1,16 +1,17 @@
1
[
2
{
3
"modid": "lazyae2patch",
4
- "name": "Lazy-AE2 Patch",
+ "name": "Lazy AE2 Patch",
5
"description": "Some patches for Lazy AE2.",
6
"version": "${version}",
7
"mcversion": "${mcversion}",
8
"url": "",
9
"updateUrl": "",
10
"authorList": ["sjcl"],
11
- "credits": "Lazy-AE2 for phantamanta44",
+ "credits": "Lazy AE2 for phantamanta44",
12
"logoFile": "",
13
"screenshots": [],
14
+ "requiredMods":["threng"],
15
"dependencies": []
16
}
17
]
0 commit comments