Hi, I'm still working on the portals for my botania addon, This time, the problem is that data is not syncing between the server and client. when I activate a portal - you can go through it, but none of the animations show up. here is my source code: What I think is happening is, mana is handled on the server(I think) so there will never be any on the client, right? Do I need to notify every client when a portal activates/deactivates? What do I have to do?   If yo