Matterfab now needs scrap
This commit is contained in:
parent
0a82e61ebd
commit
10846270c5
1 changed files with 0 additions and 6 deletions
|
@ -203,13 +203,7 @@ public class TileMatterFabricator extends TileMachineBase implements IWrenchable
|
|||
this.decreaseStoredEnergy(this.amplifier, true);
|
||||
this.amplifier = 0;
|
||||
}
|
||||
} else if(amplifier == 0){
|
||||
if(energy.useEnergy(4096)){
|
||||
this.progresstime += 50;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (this.progresstime > this.maxProgresstime() && this.spaceForOutput()) {
|
||||
this.progresstime -= this.maxProgresstime();
|
||||
this.addOutputProducts();
|
||||
|
|
Loading…
Reference in a new issue