Broken JEI hiding when restricting items with stageModItems
TheLimePixel opened this issue ยท 3 comments
The lookup code has been improved and will now catch all the enchantment books from the edge case I mentioned in my response. Fluids are still not supported at this time. Darkhax-Minecraft/Bookshelf@4aa96f3
I can not reproduce this issue no matter what I do. Using the latest versions of all my mods, and the line mods.ItemStages.stageModItems("one", "minecraft");
in my script, all vanilla items with two exceptions are staged correctly. The two exceptions here are the water and lava fluid entry, which is fine because this mod does not support fluids yet. And enchanted books which are not the maximum level for their enchantment, which only affects items that only show up in the vanilla search tab, and not any other tab.
If the item is in a creative tab that is not the vanilla search tab, and is not a fluid entry, it should be hidden perfectly fine. Please make sure you're using the latest versions of Forge, Bookshelf, JEI, CraftTweaker, GameStages, and ItemStages. If you still have the issue it is likely another mod that is conflicting with or breaking things.