From df32442a64f8f4769db36b65bf318298d99772e4 Mon Sep 17 00:00:00 2001 From: LexManos Date: Wed, 16 Nov 2016 21:32:49 -0800 Subject: [PATCH] Do not install mod_list.json for optional mods. Classpath scanning is in so they will still be detected --- jsons/1.11-rel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsons/1.11-rel.json b/jsons/1.11-rel.json index ced41044a..699d63947 100644 --- a/jsons/1.11-rel.json +++ b/jsons/1.11-rel.json @@ -8,7 +8,8 @@ "welcome":"Welcome to the simple @project@ installer.", "minecraft":"@minecraft_version@", "mirrorList" : "http://files.minecraftforge.net/mirror-brand.list", - "logo":"/big_logo.png" + "logo":"/big_logo.png", + "modList":"none" }, "versionInfo": { "id": "@minecraft_version@-@project@@version@",