Jezza / OmnisCore

A Java library built on MinecraftForge to provide an API for easy implementation of Minecraft mods.
GNU Lesser General Public License v2.1
4 stars 2 forks source link

Isolate network instances. #1

Closed Jezza closed 10 years ago

Jezza commented 10 years ago

The network doesn't allow for nodes being it different places. I need it to make it so you just add a node, and it determines if any nodes currently reside in a network, if == 1, add it to that one, if > 1, merge networks, if ==0, create new network instance.