Do not install mod_list.json for optional mods.
Classpath scanning is in so they will still be detected
This commit is contained in:
parent
5fd5f78bb9
commit
df32442a64
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
||||||
"welcome":"Welcome to the simple @project@ installer.",
|
"welcome":"Welcome to the simple @project@ installer.",
|
||||||
"minecraft":"@minecraft_version@",
|
"minecraft":"@minecraft_version@",
|
||||||
"mirrorList" : "http://files.minecraftforge.net/mirror-brand.list",
|
"mirrorList" : "http://files.minecraftforge.net/mirror-brand.list",
|
||||||
"logo":"/big_logo.png"
|
"logo":"/big_logo.png",
|
||||||
|
"modList":"none"
|
||||||
},
|
},
|
||||||
"versionInfo": {
|
"versionInfo": {
|
||||||
"id": "@minecraft_version@-@project@@version@",
|
"id": "@minecraft_version@-@project@@version@",
|
||||||
|
|
Loading…
Reference in a new issue