diff options
Diffstat (limited to 'RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java')
| -rw-r--r-- | RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java b/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java index 96a177779..45a7af4c3 100644 --- a/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java +++ b/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java @@ -363,6 +363,7 @@ public class RecipeHelperImpl implements RecipeHelper { DisplayHelperImpl displayHelper = (DisplayHelperImpl) DisplayHelper.getInstance(); EntryRegistryImpl entryRegistry = (EntryRegistryImpl) EntryRegistry.getInstance(); + FavoriteEntryTypeRegistryImpl.getInstance().clear(); ((SubsetsRegistryImpl) SubsetsRegistry.getInstance()).reset(); ((FluidSupportProviderImpl) FluidSupportProvider.getInstance()).reset(); displayHelper.resetData(); |
