Items not being hidden from JEI on world load
mkern1200 opened this issue ยท 0 comments
Issue description
There are some items from Create: Connected that also exist in Create: Copycats+, so I implemented a script to hide those items from JEI and remove any relevant recipes. However, I've noticed that those items still display in JEI when you open the world, and I have to run the /reload
command for the script to take effect, which then removes them from the JEI panel after reloading the world. But then if I exit the world and re-open it, the hidden items will still display until I run /reload
again. (Using Forge for Minecraft 1.20.1.)
Steps to reproduce
Load the latest versions of Create, Create: Copycats+, and Create: Connected on Forge and use the attached scripts. Open a world and check to see that the hidden copycat variants from Create: Connected are displaying. Run the /reload
command, and check again to see that the hidden items are now hidden correctly.
Script used
https://pastebin.com/ijQLMvLS (to hide items) / https://pastebin.com/7EhCZs2d (to remove recipes)
The crafttweaker.log file
Minecraft version
Other
Forge version
47.3.22
CraftTweaker version
14.0.48
JEITweaker version
8.0.6
JEI version
15.20.0.105
Other relevant information
No response