Crash while looking at ice&fire Recipe in JEI
BluMasc opened this issue ยท 5 comments
The game crashes when trying to load some of the ice and fire mobs. I think they are doing something weird with rendering.
Maybe you could implement something that catches NullPointerExceptions and just renders nothing instead?
Pastebin: https://pastebin.pl/view/67262950
I have added support for Fire and Ice, it will be up in the next update. All mobs are working except the Amphithere and I have no idea why, thus it is the only mob which will not be able to be sampled.
Yes. Here is the file.
amphithere.txt
Changed to txt for upload purposes
I looked into it. When NullPointerExceptions is catched, the RenderSystem already did some calculations. Even if we catch the exception it's really hard to revert already made changes and render no entity model. I will look into it again in the future, but for now IceAndFire won't be supported.