Electrodynamics

Electrodynamics

503k Downloads

Thermoelectric Generator has half of intended output

jsburger opened this issue ยท 2 comments

commented

As described, Thermoelectric Generators only output about 250W. I checked the code and it is multiplying the power output by

fluidLevel/16

The maximum level of lava is only 8, so this halves the total output.

commented

It is possible the fluid level amount changed since this was written. I will look into it.

commented

You are correct that is a static value. I will adjust it.