Fix crash from search tree processing invalid recipes (#4942)

This commit is contained in:
Ben Staddon 2018-05-27 03:56:46 +01:00 committed by LexManos
parent b30540f20c
commit bea02348e2
1 changed files with 1 additions and 0 deletions

View File

@ -558,6 +558,7 @@ public class ForgeModContainer extends DummyModContainer implements WorldAccessC
OreDictionary.rebakeMap();
StatList.reinit();
Ingredient.invalidateAll();
FMLCommonHandler.instance().resetClientRecipeBook();
FMLCommonHandler.instance().reloadSearchTrees();
}