amadornes / MCMultiPart

A universal multipart API for Modern Minecraft
Other
67 stars 22 forks source link

TileEntity#Invalidate is not fired on Client Side. #130

Open SonarSonic opened 6 years ago

SonarSonic commented 6 years ago

TileEntity#Invalidate is not fired on client side if there are multiparts remaining, whereas it is on normal Tile Entities.

Also IMultipart#onAdded and IMultipart#onRemoved are only fired on the server, I think client equivalents would be useful.