Forestry Crash with Chunk Analyzer
CalvinJJ opened this issue ยท 2 comments
Issue Description
When using the Random Things Chunk Analyzer in a chunk with Forestry leaf blocks, the game hard crashes when trying to scroll to that item in the analyzer results.
Modpack version (Do not use "latest")
1.51
Logs
Additional context
I've noticed that if I silk touch forestry leaves, in the inventory they're given the name "trees.grammar.type.leaves.type" and are unplaceable. Possibly related to this issue in the Forestry GH.
Setting "attemptRecoveryOnItemRenderException"=true in codechickenlib.cfg seems to stop the crash.
The issue you linked to does indeed look related, thanks for doing the research :)
attemptRecoveryOnItemRenderException
sounds like an excellent config to enable either way.
Edit: I just read that config's description and will not be enabling it.
because chunks analyzer don't collect NBT data from blocks/tiles (only /metanumber) and therefore forestry crash
same result can be achieved with other mods which can display info about blocks in world but without specifying their NBT data to rendered itemstacks inside their GUI's