diff options
Diffstat (limited to 'src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java b/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java index bcdea853d..60f01a738 100644 --- a/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java +++ b/src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java @@ -446,10 +446,10 @@ public class RecipeHelperImpl implements RecipeHelper { ((DisplayHelperImpl) DisplayHelper.getInstance()).resetCache(); ScreenHelper.getOptionalOverlay().ifPresent(overlay -> overlay.shouldReInit = true); - startSection(sectionData, "entry-registry-distinct"); + startSection(sectionData, "entry-registry-finalise"); - // Remove duplicate entries - ((EntryRegistryImpl) EntryRegistry.getInstance()).distinct(); + // Finish Reload + ((EntryRegistryImpl) EntryRegistry.getInstance()).finishReload(); endSection(sectionData); startSection(sectionData, "entry-registry-refilter"); |
