Added keybinding to toggle if hud is shown
This commit is contained in:
parent
59d4199260
commit
98c8f43b84
6 changed files with 118 additions and 48 deletions
6
src/main/java/techreborn/lib/Key.java
Normal file
6
src/main/java/techreborn/lib/Key.java
Normal file
|
@ -0,0 +1,6 @@
|
|||
package techreborn.lib;
|
||||
|
||||
public enum Key {
|
||||
|
||||
UNKNOWN, CONFIG;
|
||||
}
|
|
@ -8,4 +8,10 @@ public class ModInfo {
|
|||
public static final String SERVER_PROXY_CLASS = "techreborn.proxies.CommonProxy";
|
||||
public static final String CLIENT_PROXY_CLASS = "techreborn.proxies.ClientProxy";
|
||||
public static final String GUI_FACTORY_CLASS = "techreborn.config.TechRebornGUIFactory";
|
||||
|
||||
public static final class Keys
|
||||
{
|
||||
public static final String CATEGORY = "keys.techreborn.category";
|
||||
public static final String CONFIG = "keys.techreborn.config";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue