Allow changing of the power cost view in fusion reactor recipes.
This commit is contained in:
parent
55b09da681
commit
c80cc0101f
3 changed files with 6 additions and 4 deletions
|
@ -219,6 +219,7 @@ public class TileFusionControlComputer extends TilePowerAcceptor implements IToo
|
|||
if (hasStartedCrafting && this.crafingTickTime < this.finalTickTime) {
|
||||
this.crafingTickTime++;
|
||||
// Power gen
|
||||
|
||||
if (this.currentRecipe.getEuTick() > 0) {
|
||||
// Waste power if it has no where to go
|
||||
this.addEnergy(this.currentRecipe.getEuTick());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue