Some major tweaks to the part system, broken old cables!

This commit is contained in:
modmuss50 2015-07-14 16:45:45 +01:00
parent d2b2f34d64
commit b6807d249d
7 changed files with 31 additions and 84 deletions

View file

@ -113,4 +113,6 @@ public interface IModPart {
public void onAdded();
public void onRemoved();
public IModPart copy();
}