From 5fd5f78bb9f5f143e4c6a34353c06904aa95c07a Mon Sep 17 00:00:00 2001 From: LexManos Date: Wed, 16 Nov 2016 19:21:48 -0800 Subject: [PATCH] Include Mercurius in installer. See Forge Forums for more info. --- jsons/1.11-rel.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/jsons/1.11-rel.json b/jsons/1.11-rel.json index 4e3eac63b..ced41044a 100644 --- a/jsons/1.11-rel.json +++ b/jsons/1.11-rel.json @@ -135,5 +135,18 @@ "serverreq":true } ] -} +}, +"optionals": [ + { + "name": "Mercurius", + "client": true, + "server": true, + "default": true, + "inject": true, + "desc": "A mod that collects statistics about Minecraft and your system.
Useful for Forge to understand how Minecraft/Forge are used.", + "url": "http://www.minecraftforge.net/forum/index.php?topic=43278.0", + "artifact": "net.minecraftforge:MercuriusUpdater:1.11", + "maven": "http://files.minecraftforge.net/maven/" + } +] }