| 1234567891011 | //Define the launchInfo for the modulevar moduleLaunchInfo = {    Name: "WebMC",	Group: "Network",	IconPath: "WebMC/texture/jumpingBlock.gif",	Version: "0.1",	StartDir: "WebMC/index.html"}//Register the moduleregisterModule(JSON.stringify(moduleLaunchInfo));
 |