Add some beautiful bridge-rails (wood, iron, stone-brick) that can be placed on water, and change default Big-electric-pole and rail-signals to be placeable on water.
Mods introducing new content into the game.
Trains are great, but what if they could do even more?
My new train mod adds electrified tracks. https://mods.factorio.com/mod/James-Train-Mod
In your existing support for Rail Power System, can you just add an OR so it'll do it if it detects my electric tracks tech too?
My tech is: "electrified-tracks"
So replace the existing if with: if data.raw["technology"]["rail-power-system"] or data.raw["technology"]["electrified-tracks"] then
if data.raw["technology"]["rail-power-system"] or data.raw["technology"]["electrified-tracks"] then