When adding a part to a CPU the CPU now properly breaks before reconstructing, Fixes item deletion.
This commit is contained in:
@@ -62,6 +62,9 @@ public class TileCraftingTile extends AENetworkTile implements IAEMultiBlock, IP
|
||||
|
||||
public void updateStatus(CraftingCPUCluster c)
|
||||
{
|
||||
if ( clust != null && clust != c )
|
||||
clust.breakCluster();
|
||||
|
||||
clust = c;
|
||||
updateMeta( true );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user