Just Enough Items (JEI)

Just Enough Items (JEI)

387M Downloads

[Bug]: JEI network code not properly synchronised after forge 1.19 update

IzzelAliz opened this issue ยท 1 comments

commented

Steps to Reproduce the Bug

Forge started handling mod custom payloads on netty threads since 1.19 (MinecraftForge/MinecraftForge#8703).
Seems that JEI uses a event style packet handling and didn't notice their changes.

Expected Behavior

Access minecraft objects on main threads.

Actual Behavior

Access minecraft objects on netty threads.

Mod Pack URL (Optional)

No response

Mod Pack Version (Optional)

No response

Extra Notes (Optional)

No response

latest.log

https://paste.helpch.at/agemanijun

commented

nvm seems this is fixed.