NEI can't load the handle message from IMC
GlodBlock opened this issue ยท 2 comments
i can comfirm it still works in 2.1.6 but fails in 2.1.11.
the code at my mod side isn't changed.
fml-client-latest.log
the problem lies in here https://github.com/GTNewHorizons/NotEnoughItems/blob/master/src/codechicken/nei/recipe/GuiRecipeTab.java#L178
the handles registered from IMC will be cleared, once this line removed the handles from IMC can work well.
but such problem didn't happen in older version, it maybe only the surface of the problem.