Added average eu change to the aesu.

This commit is contained in:
modmuss50 2015-06-14 12:15:24 +01:00
parent 755c64369a
commit 63fa58eb24
4 changed files with 26 additions and 2 deletions

View file

@ -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());
}
}