I already made a thread last year with fixing it for 1.6.4 tekkit.
http://www.computerc...__1#entry202474
Now i'm trying to do the same on ftb infinity 1.7.10.
There are two bug to be solved now.
1.line 8: attempt to index ? (nill value)
If i manually set "steamReactor = true"(getting rid of the error but making pointless the automated reactor type detection) i fix it.
2. The next error is with the energy cell power method (also happens with the previous fix applied).
I already tried to fix it using the previous fix which was setting "unknown" into the energy measurement power function.
It doesn't work either with capacitors from enderio or energycells from thermal expansion.
Original source of the program:From what i can see, you're calling p.getEnergyStored and i'm not sure if it needs a parameter.
Change line 145 and 146 from this:to this:energyStored = p.getEnergyStored() energyMax = p.getMaxEnergyStored()
energyStored = p.getEnergyStored("unknown") energyMax = p.getMaxEnergyStored("unknown")
button / reactor
https://www.youtube....h?v=if4n_0DJFkY
https://www.youtube....h?v=ZCRFXRuWslY
(different Pastebins they all should be the same)
So guys i hope you can help me again with this program :P/>!
Thanks in adavance. :)/>