diff options
| author | Danielshe <shekwancheung0528@gmail.com> | 2019-08-19 22:08:27 +0800 |
|---|---|---|
| committer | Danielshe <shekwancheung0528@gmail.com> | 2019-08-19 22:08:27 +0800 |
| commit | a2ee9f7570b2b1ee7f7b51950301715a15496d00 (patch) | |
| tree | 99b2b38e7551daf1a15794f4f8ae6ee91dc59e95 /src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | |
| parent | e7ece2b342f1ea8bf824b177d65684d13f468ece (diff) | |
| download | RoughlyEnoughItems-a2ee9f7570b2b1ee7f7b51950301715a15496d00.tar.gz RoughlyEnoughItems-a2ee9f7570b2b1ee7f7b51950301715a15496d00.tar.bz2 RoughlyEnoughItems-a2ee9f7570b2b1ee7f7b51950301715a15496d00.zip | |
Build 2: Fix bugs
- Fix freeze caused by the backspace feature
- Page buttons gone when the search box is on top
- Fixed #143
- Made text red when no entry has been found
Diffstat (limited to 'src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java b/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java index d05823fe6..81710bddc 100644 --- a/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java +++ b/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java @@ -218,7 +218,7 @@ public class RecipeHelperImpl implements RecipeHelper { @SuppressWarnings("deprecation") public void recipesLoaded(RecipeManager recipeManager) { - ScreenHelper.clearRecipeScreens(); + ScreenHelper.clearData(); this.recipeCount.set(0); this.recipeManager = recipeManager; this.recipeCategoryListMap.clear(); |
