diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-03-17 18:32:42 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-03-17 18:32:42 +0800 |
| commit | d19c44de5ba70ee93ecbe14dc20ac3b57ba6d6b1 (patch) | |
| tree | db6ab38072ff968f7902b00b035a877776bfe95f /src/main/java/me/shedaniel/rei/utils/ClothRegistry.java | |
| parent | 2405e96d889341b82d00a9103e688d54713f2ce3 (diff) | |
| download | RoughlyEnoughItems-d19c44de5ba70ee93ecbe14dc20ac3b57ba6d6b1.tar.gz RoughlyEnoughItems-d19c44de5ba70ee93ecbe14dc20ac3b57ba6d6b1.tar.bz2 RoughlyEnoughItems-d19c44de5ba70ee93ecbe14dc20ac3b57ba6d6b1.zip | |
v2.4.2.67
Diffstat (limited to 'src/main/java/me/shedaniel/rei/utils/ClothRegistry.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/utils/ClothRegistry.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/utils/ClothRegistry.java b/src/main/java/me/shedaniel/rei/utils/ClothRegistry.java index d30154409..247b33139 100644 --- a/src/main/java/me/shedaniel/rei/utils/ClothRegistry.java +++ b/src/main/java/me/shedaniel/rei/utils/ClothRegistry.java @@ -29,7 +29,7 @@ public class ClothRegistry { return; } ScreenHelper.setLastContainerScreen((ContainerScreen) post.getScreen()); - post.getInputListeners().add(ScreenHelper.getLastOverlay(true)); + post.getInputListeners().add(ScreenHelper.getLastOverlay(true, false)); } }, EventPriority.LOWEST); ClothHooks.CLIENT_POST_DRAW_SCREEN.registerListener(post -> { |
