diff options
| author | Danielshe <shekwancheung0528@gmail.com> | 2019-10-24 23:21:57 +0800 |
|---|---|---|
| committer | Danielshe <shekwancheung0528@gmail.com> | 2019-10-24 23:21:57 +0800 |
| commit | f955ea0ba0891c28967552d07aae6a7b9389673c (patch) | |
| tree | b9e8c22575f2b2a9ca585b5a02944fbffc443454 /src/main/java/me/shedaniel/rei/api/ClientHelper.java | |
| parent | 1c116ba2387262a852554d1a89427ce6fbcbc452 (diff) | |
| download | RoughlyEnoughItems-f955ea0ba0891c28967552d07aae6a7b9389673c.tar.gz RoughlyEnoughItems-f955ea0ba0891c28967552d07aae6a7b9389673c.tar.bz2 RoughlyEnoughItems-f955ea0ba0891c28967552d07aae6a7b9389673c.zip | |
Close #176
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/ClientHelper.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/ClientHelper.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/ClientHelper.java b/src/main/java/me/shedaniel/rei/api/ClientHelper.java index 68b8f2e0d..458379457 100644 --- a/src/main/java/me/shedaniel/rei/api/ClientHelper.java +++ b/src/main/java/me/shedaniel/rei/api/ClientHelper.java @@ -80,6 +80,8 @@ public interface ClientHelper { FabricKeyBinding getFocusSearchFieldKeyBinding(); + FabricKeyBinding getCopyRecipeIdentifierKeyBinding(); + /** * Gets the mod from an item * |
