[BUG] <title>[1.20.1] Item Stages recipes are sometimes hidden in JEI
ReeCodes opened this issue ยท 1 comments
Minecraft Version
1.20.1
Mod Version
ItemStages-Forge-1.20.1-8.0.3
Mod Loader
Forge
What environment are you running the mod in?
Client
Issue Description
I use KubeJS to add the stage to the recipe event though Item Stages recipes do not show up sometimes and instead are hidden.
It would be beneficial if there was a way to load the recipes more strictly/add a Item Stage command to let alone show the recipes added.
I'm not sure this is a bug, persay.
I have a config file like so:
import mods.itemstages.ItemStages;
import mods.itemstages.Restriction;
ItemStages.createModRestriction("iceandfire", "ice_and_fire").preventInventory(false).preventPickup(false);
It properly hides the names of items, hides them from JEI, and prevents me from using them.
When I give myself the stage, I gain the ability to use the items and the names are revealed.
But the ice and fire items remain hidden from JEI.
but on restart of the client, the items are available again in JEI.
I suspect that if one were to unlock the gamestage and then trigger JEI to rebuild the item list, they would appear without needing to reconnect.