{"body":" @SuppressWarnings(\"unchecked\")\n        Map<String,Map<String,String>> modList = (Map<String, Map<String, String>>) Launch.blackboard.get(\"modList\");\n        if (modList != null)\n        {\n            for (Entry<String, Map<String, String>> modEntry : modList.entrySet())\n            {\n                String sharedModId = modEntry.getKey();\n                String system = sharedModId.split(\":\")[0];\n                if (\"fml\".equals(system))\n                {\n                    continue;\n                }\n                Map<String, String> mod = modEntry.getValue();\n                String modSystem = mod.get(\"modsystem\"); // the modsystem (FML uses FML or ModLoader)\n                String modId = mod.get(\"id\"); // unique ID\n                String modVersion = mod.get(\"version\"); // version\n                String modName = mod.get(\"name\"); // a human readable name\n                String modURL = mod.get(\"url\"); // a URL for the mod (can be empty string)\n                String modAuthors = mod.get(\"authors\"); // a csv of authors (can be empty string)\n                String modDescription = mod.get(\"description\"); // a (potentially) multiline description (can be empty string)\n            }\n        }","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/94WrxfFi","modified":1486521256,"id":"94WrxfFi","size":1214,"lines":22,"own_paste":false,"theme":"","date":1486521256}