JEI Category GameStages Support
NielsPilgaard opened this issue ยท 4 comments
Feature request description
I'd like to request GameStages compatibility for the CraftTweaker function mods.jei.JEI.hideCategory(string category)
, in order to hide tabs that the player doesn't have access to, until the appropriate GameStage.
I imagine it would work like hideCategory, but with an addition string like so:
mods.jei.JEI.hideCategory(string stage, string category);
Feature request reason
- This feature would most likely reduce player confusion in the early game for my upcoming pack, aswell as reduce the time players need to spend searching through JEI.
Feature request dependencies
- JEI
This should be possible to add, however I have a feeling that JEI may cache things in a way that prevents hidden categories from being modified during runtime. I will do some tests and write back with additional information once I work things out.
This feature has been added to ItemStages in this commit. Darkhax-Minecraft/ItemStages@a00820e