From 97c8436558d8b13b70587703be50d0bd434b3e8d Mon Sep 17 00:00:00 2001 From: shedaniel Date: Fri, 14 Feb 2020 00:22:40 +0800 Subject: 3.4.1 Signed-off-by: shedaniel --- 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 c1539c607..88cbf1965 100644 --- a/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java +++ b/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java @@ -327,6 +327,7 @@ public class RecipeHelperImpl implements RecipeHelper { // Remove duplicate entries ((EntryRegistryImpl) EntryRegistry.getInstance()).distinct(); arePluginsLoading = false; + ((EntryRegistryImpl) EntryRegistry.getInstance()).refilter(); // Clear Cache Again! ((DisplayHelperImpl) DisplayHelper.getInstance()).resetCache(); -- cgit