Parts now properly save under a number of conditions.
This commit is contained in:
parent
a6b9060c53
commit
f41fb8d1f3
1 changed files with 3 additions and 0 deletions
|
@ -137,6 +137,7 @@ public class CableBusContainer implements AEMultiTile, ICableBusContainer
|
|||
updateDynamicRender();
|
||||
updateConnections();
|
||||
markForUpdate();
|
||||
markForSave();
|
||||
partChanged();
|
||||
}
|
||||
}
|
||||
|
@ -269,6 +270,7 @@ public class CableBusContainer implements AEMultiTile, ICableBusContainer
|
|||
|
||||
updateConnections();
|
||||
markForUpdate();
|
||||
markForSave();
|
||||
partChanged();
|
||||
return ForgeDirection.UNKNOWN;
|
||||
}
|
||||
|
@ -312,6 +314,7 @@ public class CableBusContainer implements AEMultiTile, ICableBusContainer
|
|||
updateDynamicRender();
|
||||
updateConnections();
|
||||
markForUpdate();
|
||||
markForSave();
|
||||
partChanged();
|
||||
return side;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue