Item Stages

Item Stages

20M Downloads

Broken JEI hiding when restricting items with stageModItems

TheLimePixel opened this issue ยท 3 comments

commented

Items restricted with stageModItems are restricted (have the tooltip and can't be held), but are still in JEI
image

To clarify, Ender IO was just used as an example. It's the same for the 70 other mods' items I have restricted like this.

commented

bump

commented

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

commented

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.