Hi, I'm developing a tile entity in my mods but when I was printing the data from my IntArray, I noticed that the data in my container on the client side and on the server side wasn't synchronised, so I can't make a GUI until I've sorted this problem out. Can you help me?
here is my code.
TileEntity :
Container :
Screen :