Matterfab now needs scrap

This commit is contained in:
modmuss50 2015-07-03 16:38:31 +01:00
parent 0a82e61ebd
commit 10846270c5

View file

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