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
o/
Since 1.14 capabilities are cacheable and TileEntities are expected to notify LazyOptional listeners that they unload.
If they don't do it then you get bugs that machines from other mods might not work.
And I just checked your Code (GenericTileEntity) does not call LazyOptional.invalidate when the TileEntity gets unloaded.
TileEntity.invalidateCaps function exist that is called by all methods that should support it.
Could you fix that please?
The text was updated successfully, but these errors were encountered:
o/
Since 1.14 capabilities are cacheable and TileEntities are expected to notify LazyOptional listeners that they unload.
If they don't do it then you get bugs that machines from other mods might not work.
And I just checked your Code (GenericTileEntity) does not call LazyOptional.invalidate when the TileEntity gets unloaded.
TileEntity.invalidateCaps function exist that is called by all methods that should support it.
Could you fix that please?
The text was updated successfully, but these errors were encountered: