Added a GUI to the master routing node to get a feel for what the routing system will be like. It's... WIP.
This commit is contained in:
parent
34d24c85dc
commit
01fcec9a8c
7 changed files with 97 additions and 1 deletions
|
@ -111,6 +111,7 @@ public class Constants
|
|||
public static final int TELEPOSER_GUI = 0;
|
||||
public static final int SOUL_FORGE_GUI = 1;
|
||||
public static final int ROUTING_NODE_GUI = 2;
|
||||
public static final int MASTER_ROUTING_NODE_GUI = 3;
|
||||
}
|
||||
|
||||
public static class Compat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue