Tags used befor it was bound during client load connecting on server
Sirttas opened this issue ยท 1 comments
When a player join a server tags and recipes are sent with two separates packet. JEI starts when the recipes packet is received (using RecipesUpdatedEvent
).
If the tag packaet hasen't been received yet and a mod plugin uses tags an exception (java.lang.IllegalStateException: Tag <tag> used before it was bound
) will be thrown.
It may also be the cause of #2165