HEI not respecting items hidden using Game Stages
Invadermonky opened this issue ยท 2 comments
Mod Version:
1.12.2-4.25.3
Description:
HEI not correctly hiding/showing items when adding or removing gamestages.
Reproducing this issue was difficult as it seemed to work correctly about half the time. Using the following modlist I was able to consistently reproduce the bug causing all items to remain visible, ignoring player gamestages.
This issue did not occur when using JEI with the same modlist.
Mods Loaded:
- Astral Sorcery
- Baubles
- Bookshelf
- CraftTweaker
- Game Stages
- GroovyScript
- Had Enough Items
- Item Stages
- MixinBooter
- Recipes Stages
- ZenStages
Crafttweaker ZenStages Scripts:
Steps to reproduce:
- Install above modlist.
- Ensure that
B:hideRestrictionsInJEI=true
is set to true inconfig/itemstages.cfg
- Stage items using modId (Astral Sorcery was used for testing using the attached script)
- Load the game and search for Astral Sorcery items. (all items are visible despite being staged)
- Use the commands to add/remove the testing Gamestage (this does not change item visibility)
/gamestage add <player> testStage
/gamestage remove <player> testStage
Do you have a log file when loading the game? It'd help a lot in determining if HEI is even attempting to remove or just fails.
Logs from the modlist in this issue thread:
logs.zip
Logs from the large modpack:
modpack_logs.zip