Added link to modding guide

This commit is contained in:
Anuken
2019-10-03 12:51:25 -04:00
parent 92d7efeea2
commit 46f118db13
3 changed files with 7 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ public class Vars implements Loadable{
public static final String discordURL = "https://discord.gg/mindustry";
/** URL for sending crash reports to */
public static final String crashReportURL = "http://mins.us.to/report";
/** URL the links to the wiki's modding guide.*/
public static final String modGuideURL = "https://mindustrygame.github.io/wiki/modding/";
/** list of built-in servers.*/
public static final Array<String> defaultServers = Array.with(/*"mins.us.to"*/);
/** maximum distance between mine and core that supports automatic transferring */