Storage Cache now announces changes for cell containers as they are added and removed.

This commit is contained in:
AlgorithmX2
2014-02-13 20:27:04 -06:00
parent bceff8e902
commit 3d09f6918f
2 changed files with 68 additions and 32 deletions
+2 -2
View File
@@ -643,8 +643,6 @@ public class CableBusContainer implements AEMultiTile, ICableBusContainer
public void readFromNBT(NBTTagCompound data)
{
fc.readFromNBT( data );
for (int x = 0; x < 7; x++)
{
ForgeDirection side = ForgeDirection.getOrientation( x );
@@ -678,6 +676,8 @@ public class CableBusContainer implements AEMultiTile, ICableBusContainer
else
removePart( side, false );
}
fc.readFromNBT( data );
}
public List getDrops(List drops)