some improvements to tick time

This commit is contained in:
modmuss50 2015-06-25 08:28:29 +01:00
parent f9a99feee0
commit f92f67232a
3 changed files with 18 additions and 3 deletions

View file

@ -191,7 +191,7 @@ public class TileMatterFabricator extends TileMachineBase implements IWrenchable
}
}
}
if (this.amplifier > 0) {
if (this.amplifier > this.energy.getEnergyStored()) {
this.progresstime += this.energy.getEnergyStored();