Robots do not consume energy
Vexatos opened this issue ยท 2 comments
As you can see at https://github.com/BuildCraft/BuildCraft/blob/6.4.x/common/buildcraft/core/robots/AIRobotRecharge.java#L40-L44, the robots are basically given free energy. I assume the first call of receiveEnergy() should have simulate
set to true.
Also, consumePower()
does not actually consume power all the time, see https://github.com/BuildCraft/BuildCraft/blob/6.4.x/common/buildcraft/transport/PipeTransportPower.java#L546