Mods introducing new content into the game.
Trains are great, but what if they could do even more?
In the mk2 code, the fuel_value is wrong.
fuel_value = "1000MJ" -- Rocket fuel's fuel value (100MJ) * Rocket fuel's stack size (10) * Locomotive's fuel inventory size (3)
100 * 10 * 3 = 3000
Oh, my simple mistake!
Thanks for your report. I fixed it and release just now.