From d02fc1b8dbccefb88c50e4a8780fb8212960041b Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 18 Aug 2019 18:56:57 +0800 Subject: Close #136 --- src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java') 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(); -- cgit