diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-02-14 00:22:40 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-02-14 00:33:34 +0800 |
| commit | 97c8436558d8b13b70587703be50d0bd434b3e8d (patch) | |
| tree | 1a002024a97c4e2bd8c713228a05cce3d43892c0 /src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | |
| parent | d6b60154c0cfa6ad8bbfa8ede9798e64a668bfd7 (diff) | |
| download | RoughlyEnoughItems-97c8436558d8b13b70587703be50d0bd434b3e8d.tar.gz RoughlyEnoughItems-97c8436558d8b13b70587703be50d0bd434b3e8d.tar.bz2 RoughlyEnoughItems-97c8436558d8b13b70587703be50d0bd434b3e8d.zip | |
3.4.1
Signed-off-by: shedaniel <daniel@shedaniel.me>
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 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(); |
