aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java')
-rw-r--r--src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java1
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 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();