Ender Gate works well in multiplayer?
seriousfreezing opened this issue ยท 2 comments
I'd like to know how the energy networking system works in multiplayer mode.
Is each net only marked for one player? Or something like that?
Each network is associated with a player ID [rather, each player ID has its own set of numbered channels]. When you break it it remains associated with the player who originally placed it, so moving things around won't cause problems, and e.g. you can have one player in charge of crafting them in bulk and "initializing" them by placing and breaking them if you want to make sure you have one shared network.