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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue