diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-06-18 23:49:59 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-06-18 23:49:59 +0800 |
| commit | 6ad47cbb6e26bf74b1f432f59c5779c5905297dd (patch) | |
| tree | f0f1ecdae1f91f6f4c24fffe2b19bc80a924ef09 /src/main/java/me | |
| parent | 69dff6338368fe46dcde00932b3799d8d301f3a3 (diff) | |
| download | RoughlyEnoughItems-6ad47cbb6e26bf74b1f432f59c5779c5905297dd.tar.gz RoughlyEnoughItems-6ad47cbb6e26bf74b1f432f59c5779c5905297dd.tar.bz2 RoughlyEnoughItems-6ad47cbb6e26bf74b1f432f59c5779c5905297dd.zip | |
i can't i just can't
Diffstat (limited to 'src/main/java/me')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/client/ClientHelperImpl.java | 2 |
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); |
