[1.8.9] BoP crashing with Forge version 11.15.0.1668+
GirafiStudios opened this issue ยท 5 comments
So Fry changed some stuff in the registerEntityRenderingHandler, which breaks stuff for mods using it prior to .1668.
Crashlog: https://gist.github.com/GirafiStudios/fc580e58b19300410b63
registerEntityRenderingHandler didn't actually work properly before from what I understand :p
Nup, it did. Just had a chat with Fry in IRC now. The only thing that had to be done to work before was move rendering registration for entities into init rather than preinit. By the sounds of it, those changes are about to be reverted.