JEI doesn't work anymore in the latest version
fangedhex opened this issue ยท 2 comments
UniDict doesn't hide anymore the removed items :(
It seems that JEI use now :
IIngredientRegistry itemRegistry; itemRegistry.removeIngredientsAtRuntime(ItemStack.class, stacksToHideList);
I tried to update your code on my fork but it doesn't work ...
So if you have any idea how to fix that hiding, it will be cool :D
the issue was this =/