Tweak Engines a bit to restore some old behavior
This commit is contained in:
parent
1e0e30d62a
commit
6969d43d4b
1 changed files with 5 additions and 0 deletions
|
@ -175,7 +175,12 @@ public abstract class TileEngine extends TileBuildCraft implements IPowerRecepto
|
|||
switchOrientation(true);
|
||||
}
|
||||
|
||||
if (!isRedstonePowered)
|
||||
if (energy > 1)
|
||||
energy--;
|
||||
|
||||
updateHeatLevel();
|
||||
getEnergyStage();
|
||||
engineUpdate();
|
||||
|
||||
TileEntity tile = getTileBuffer(orientation).getTile();
|
||||
|
|
Loading…
Reference in a new issue