[1.7.10]Electrotine Power enegy is crash
friksasha opened this issue ยท 2 comments
Also there was a crash with a string on the batterybox.
Okay. I do not want to understand electricity. And I do not want to make a commit. I will say so.
Problem in the server. The client is working fine. I tested several version KCauldron and your fork.
I fixed thit problem as follows:
In file \src\mrtjp\projectred\core\powertraits.scala I added the following lines:
Vloc = math.abs(Vloc) Voltage went into negative
if (Vloc > 120) {Vloc = 120}