Fix crash from search tree processing invalid recipes (#4942)
This commit is contained in:
parent
b30540f20c
commit
bea02348e2
1 changed files with 1 additions and 0 deletions
|
@ -558,6 +558,7 @@ public class ForgeModContainer extends DummyModContainer implements WorldAccessC
|
|||
OreDictionary.rebakeMap();
|
||||
StatList.reinit();
|
||||
Ingredient.invalidateAll();
|
||||
FMLCommonHandler.instance().resetClientRecipeBook();
|
||||
FMLCommonHandler.instance().reloadSearchTrees();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue