Added average eu change to the aesu.
This commit is contained in:
parent
755c64369a
commit
63fa58eb24
4 changed files with 26 additions and 2 deletions
|
@ -62,7 +62,7 @@ public class ContainerAesu extends TechRebornContainer {
|
|||
if(this.storedEu != tile.energy){
|
||||
icrafting.sendProgressBarUpdate(this, 1, (int) tile.energy);
|
||||
}
|
||||
if(this.euChange != tile.getEuChange()){
|
||||
if(this.euChange != tile.getEuChange() && tile.getEuChange() != -1){
|
||||
icrafting.sendProgressBarUpdate(this, 2, (int) tile.getEuChange());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue