Config Doesn't Effect Items in JEI
SirChamomile opened this issue ยท 2 comments
I'm trying to remove a good portion of the items from your mod, and when I chose for example to remove the metals (items, blocks, etc.) this doesn't affect anything visible in JEI.
Yes, this is intentional. The items are no longer conditionally registered; they remain available in case pack makers wish to disable the defaults but still use the items in some way.
You can manually hide them using Hide Mode in JEI, or you can use CraftTweaker's JEI compatibility to completely hide it (i.e., players can't re-open Hide Mode and Unhide items).
By choice & design, we're not specifically hiding disabled items for maximum flexibility.