[Client Crash] Involving Illumination wand and translucent blocks
bafomdad opened this issue ยท 2 comments
Mod version: beta 1.1.5
Crash report: http://pastebin.com/1WsyEtJ9
Steps to reproduce:
- Get illumination wand
- Right click with it on a limestone block (or perhaps any decoration blocks from Quark) to make it translucent
- crash from the property exception on the client side. Does not affect servers.
'Adressed' in the next version. will no longer crash, but won't display anything either in case the underlying blockstate crashes on .getPickBlock due to unsafe querying of world blockstates.
Happens because vazkii queries the blockstate again feom the world instead of using the one that is passed in... uhh.
Edit: Not even sure how much i can fix since that's on ARL's end. I guess i'm gonna display nothing instead of the block that's transparent in case it errors out. Not pretty but at least it won't crash anymore