diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-08-18 18:56:57 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-08-18 18:56:57 +0800 |
| commit | d02fc1b8dbccefb88c50e4a8780fb8212960041b (patch) | |
| tree | 0cc0755e6a85d1cfe974c593db97b072f1c5d72a /src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | |
| parent | d9df40442f9d4ea5277ea4f36f36042073a85f52 (diff) | |
| download | RoughlyEnoughItems-d02fc1b8dbccefb88c50e4a8780fb8212960041b.tar.gz RoughlyEnoughItems-d02fc1b8dbccefb88c50e4a8780fb8212960041b.tar.bz2 RoughlyEnoughItems-d02fc1b8dbccefb88c50e4a8780fb8212960041b.zip | |
Close #136
Diffstat (limited to 'src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java b/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java index 9bbdf1ed1..1501d1355 100644 --- a/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java +++ b/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java @@ -218,6 +218,7 @@ public class RecipeHelperImpl implements RecipeHelper { @SuppressWarnings("deprecation") public void recipesLoaded(RecipeManager recipeManager) { + ScreenHelper.clearRecipeScreens(); this.recipeCount.set(0); this.recipeManager = recipeManager; this.recipeCategoryListMap.clear(); |
