Merge with upstream
This commit is contained in:
parent
60426c4cc1
commit
c7f599ead1
1 changed files with 0 additions and 1 deletions
|
@ -219,7 +219,6 @@ public class TileFusionControlComputer extends TilePowerAcceptor implements IToo
|
||||||
if (hasStartedCrafting && this.crafingTickTime < this.finalTickTime) {
|
if (hasStartedCrafting && this.crafingTickTime < this.finalTickTime) {
|
||||||
this.crafingTickTime++;
|
this.crafingTickTime++;
|
||||||
// Power gen
|
// Power gen
|
||||||
|
|
||||||
if (this.currentRecipe.getEuTick() > 0) {
|
if (this.currentRecipe.getEuTick() > 0) {
|
||||||
// Waste power if it has no where to go
|
// Waste power if it has no where to go
|
||||||
this.addEnergy(this.currentRecipe.getEuTick());
|
this.addEnergy(this.currentRecipe.getEuTick());
|
||||||
|
|
Loading…
Add table
Reference in a new issue