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/" + } +] }