diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-12 00:45:21 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-12 00:45:21 +0800 |
| commit | 7372ee5e9592a79ab862dbb498cc2c5513fe3533 (patch) | |
| tree | d852845a9a2320b49ece225ce60e23b1fdd167e0 /src/main/java/me/shedaniel/rei/client/REIConfig.java | |
| parent | 380007c729d954eb97b7c5479ca114d610b0c0e0 (diff) | |
| download | RoughlyEnoughItems-7372ee5e9592a79ab862dbb498cc2c5513fe3533.tar.gz RoughlyEnoughItems-7372ee5e9592a79ab862dbb498cc2c5513fe3533.tar.bz2 RoughlyEnoughItems-7372ee5e9592a79ab862dbb498cc2c5513fe3533.zip | |
KeyBinds
Diffstat (limited to 'src/main/java/me/shedaniel/rei/client/REIConfig.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/client/REIConfig.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main/java/me/shedaniel/rei/client/REIConfig.java b/src/main/java/me/shedaniel/rei/client/REIConfig.java index dfc961f28..2f4060a9f 100644 --- a/src/main/java/me/shedaniel/rei/client/REIConfig.java +++ b/src/main/java/me/shedaniel/rei/client/REIConfig.java @@ -11,10 +11,6 @@ public class REIConfig { .setPrettyPrinting() .create(); - public int recipeKeyBind = KeyEvent.VK_R; - public int usageKeyBind = KeyEvent.VK_U; - public int hideKeyBind = KeyEvent.VK_O; - public boolean centreSearchBox = false; public REIItemListOrdering itemListOrdering = REIItemListOrdering.REGISTRY; public boolean isAscending = true; public boolean enableCraftableOnlyButton = true; |
