When adding a part to a CPU the CPU now properly breaks before reconstructing, Fixes item deletion.
This commit is contained in:
parent
7689f67c14
commit
aebadc3829
1 changed files with 3 additions and 0 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue