diff options
| author | shedaniel <daniel@shedaniel.me> | 2019-12-20 17:31:30 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2019-12-20 17:31:30 +0800 |
| commit | b2d0af7a9fb0d16f14b294802f6718ac315d0de8 (patch) | |
| tree | 239aeb17bc098158bf2e63737253247ba3e687fe /src/main/java/me/shedaniel/rei/impl/ClientHelperImpl.java | |
| parent | e0a4a4692f8cb465c32ef589e15cea83d2432f99 (diff) | |
| download | RoughlyEnoughItems-b2d0af7a9fb0d16f14b294802f6718ac315d0de8.tar.gz RoughlyEnoughItems-b2d0af7a9fb0d16f14b294802f6718ac315d0de8.tar.bz2 RoughlyEnoughItems-b2d0af7a9fb0d16f14b294802f6718ac315d0de8.zip | |
3.2.27
Diffstat (limited to 'src/main/java/me/shedaniel/rei/impl/ClientHelperImpl.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/impl/ClientHelperImpl.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main/java/me/shedaniel/rei/impl/ClientHelperImpl.java b/src/main/java/me/shedaniel/rei/impl/ClientHelperImpl.java index a87e7b0a6..1bf445944 100644 --- a/src/main/java/me/shedaniel/rei/impl/ClientHelperImpl.java +++ b/src/main/java/me/shedaniel/rei/impl/ClientHelperImpl.java @@ -76,9 +76,7 @@ public class ClientHelperImpl implements ClientHelper, ClientModInitializer { @Override public FabricKeyBinding[] getREIKeyBindings() { - return new FabricKeyBinding[]{ - recipe, usage, hide, previousPage, nextPage, focusSearchField, copyRecipeIdentifier - }; + return new FabricKeyBinding[]{recipe, usage, hide, previousPage, nextPage, focusSearchField, copyRecipeIdentifier}; } @Override |
