Crash on reading item NBT (1.7.10)
Zero-ui9 opened this issue ยท 2 comments
Upon opening a quest with an ars magica spell as a reward, I get this crash. I'm assuming this is because ars magica spells are weird in that their NBT data contains int arrays, something not even handled by minecraft commands.
I really need to look into how that mod's item NBTs are structured. This is the second time this crash has occurred and it's one last remaining edge cases BetterQuesting has issue with. I still believe the issue is on my side but ARS should probably not be performing unsafe casting with NBT data (other mods could trigger this same issue).