aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/client/ClientHelperImpl.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-06-18 23:49:59 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-06-18 23:49:59 +0800
commit6ad47cbb6e26bf74b1f432f59c5779c5905297dd (patch)
treef0f1ecdae1f91f6f4c24fffe2b19bc80a924ef09 /src/main/java/me/shedaniel/rei/client/ClientHelperImpl.java
parent69dff6338368fe46dcde00932b3799d8d301f3a3 (diff)
downloadRoughlyEnoughItems-6ad47cbb6e26bf74b1f432f59c5779c5905297dd.tar.gz
RoughlyEnoughItems-6ad47cbb6e26bf74b1f432f59c5779c5905297dd.tar.bz2
RoughlyEnoughItems-6ad47cbb6e26bf74b1f432f59c5779c5905297dd.zip
i can't i just can't
Diffstat (limited to 'src/main/java/me/shedaniel/rei/client/ClientHelperImpl.java')
-rw-r--r--src/main/java/me/shedaniel/rei/client/ClientHelperImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/client/ClientHelperImpl.java b/src/main/java/me/shedaniel/rei/client/ClientHelperImpl.java
index 54485fd3f..047724957 100644
--- a/src/main/java/me/shedaniel/rei/client/ClientHelperImpl.java
+++ b/src/main/java/me/shedaniel/rei/client/ClientHelperImpl.java
@@ -54,7 +54,7 @@ public class ClientHelperImpl implements ClientHelper, ClientModInitializer {
private final Identifier nextPageKeybind = new Identifier("roughlyenoughitems", "next_page");
private final Identifier focusSearchFieldKeybind = new Identifier("roughlyenoughitems", "focus_search");
private final Map<String, String> modNameCache = Maps.newHashMap();
- public FabricKeyBinding recipe, usage, hide, previousPage, nextPage,focusSearchField;
+ public FabricKeyBinding recipe, usage, hide, previousPage, nextPage, focusSearchField;
public String getFormattedModNoItalicFromItem(Item item) {
String mod = getModFromItem(item);