Unhide Overclocked Generator JEI Category
Unnoen opened this issue ยท 6 comments
Modpack version
1.56
Can the issue be reproduced?
Yes.
Logs
https://pastebin.com/nBkwVDvd
Issue
The JEI recipe category "xu2_machine_extrautils2:generator_overclock" doesn't exist and causes a crash.
To fix this, go to the scripts folder, open JEICategories.zs and delete the line containing "xu2_machine_extrautils2:generator_overclock" from the array. (Line 20)
I took the liberty of rerunning /ct jeiCategories
and these are the results: https://pastebin.com/Wn6ufW40
I did notice that not all of the categories are listed when they were hidden by the script, so I had to remove that to get the full results.
This issue was moved by NillerMedDild to NillerMedDild/enigmatica2expertskyblock#428.
Nothing changed. However OpenJ9 JVM is in use.
I believe it's to do with OpenJ9's more aggressive error checking/AOT compiling. While Hotspot may skip over it, OpenJ9 will report the error to avoid possible issues in the future.
While it's not crashing in Hotspot, it should be fixed to avoid it possibly popping up in it.
(I wrote up infomation on OpenJ9 in Minecraft here)