Tweak Engines a bit to restore some old behavior

This commit is contained in:
CovertJaguar 2013-10-28 16:35:00 -07:00
parent 1e0e30d62a
commit 6969d43d4b

View file

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