SnowShock35 / jei-integration

Providing Integrations & Tooltips
https://curseforge.com/minecraft/mc-mods/jei-integration
MIT License
9 stars 13 forks source link

IllegalStateException when used alongside Immersive Engineering #7

Closed SnowShock35 closed 11 months ago

SnowShock35 commented 3 years ago

When the game reloads resources e.g. mipmap level is changed or resource pack is changed it currently causes the game to crash because of the issue mentioned below. I have circumvented the issue temporarily, but am not too sure how to go about addressing the issue correctly.

The issue is that we use tags in the furnace burntime event, and I believe JEI Integration adds those to tooltips, and those tooltips are read at a point when tags aren't synched -- BluSunrize (IE Developer)