Crash due to text identifiers
GedeonGrays opened this issue ยท 4 comments
Hello o/
NEI Version: 2.4.3-GTNH
CCC Version: 1.1.11
Crash report: https://pastebin.com/z4R4Fcfv
When trying to add any item to the bookmarks panel using the 'A' hotkey, the client crashes.
This is due to the "text item IDs instead of numeric for storing in NBT" feature built into ASJCore (by AlexSocol).
The mentioned config seems to be doing too invasive modification, no wonder it breaks compatibility with other mods. Please ask the author of ASJCore.
The mentioned config seems to be doing too invasive modification
That is not because of my invasive modification, but because you are saving numerical id to Integer instead of Short as it is in vanilla. But OK, I'll fix it on my side -_-