OpenBlocks

OpenBlocks

56M Downloads

Move SyncMap and onDataPacket wrapper to OpenTileEntity

nevercast opened this issue ยท 1 comments

commented

Title says it all.
This would help maintain networking centrally for each TE, what's good for the goose is good for the gander. If networking works with one TE, it'll work for them all this way.
If we have a protected sync method, we can choose not to call it if the TE doesn't need syncing.

commented

This is done. It's in NetworkedTileEntity