some improvements to tick time
This commit is contained in:
parent
f9a99feee0
commit
f92f67232a
3 changed files with 18 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue