You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of industrialforegoing-1.12.2-1.11.6-216 and tesla-core-lib-1.12.2-1.0.15, when placing a IndustrialForegoing block, a Netty thread is doing 5 world access calls when it shouldn't.
This is due to net.ndrei.teslacorelib.tileentities.SyncTileEntity.partialSync(SyncTileEntity.kt:110) calling markDirty. https://gist.github.com/LemADEC/21a4eddef9aa2fa31556e6cdaced7048
The text was updated successfully, but these errors were encountered:
As of industrialforegoing-1.12.2-1.11.6-216 and tesla-core-lib-1.12.2-1.0.15, when placing a IndustrialForegoing block, a Netty thread is doing 5 world access calls when it shouldn't.
This is due to net.ndrei.teslacorelib.tileentities.SyncTileEntity.partialSync(SyncTileEntity.kt:110) calling markDirty.
https://gist.github.com/LemADEC/21a4eddef9aa2fa31556e6cdaced7048
The text was updated successfully, but these errors were encountered: