Automatic Train Builder deprecated


Build Trains Automatically-See Mod Portal for instructions

Content
6 years ago
0.14 - 0.16
19
Trains

g Doesn't work with modded trains.

6 years ago

Using the Nuclear Trains mod and the train spawner chest will only spawn cargo wagons, not the engines.

6 years ago

It will only build things called "locomotive" in game. I will see if there is a type for locomotives that I can identify them with. I guess this means I will also need to add support for nuclear fuels...

6 years ago

It doesn't work with electric trains :(
(E-locomotive)

6 years ago
(updated 6 years ago)

Doesn't work with Bob's trains, angel's trains, yuoki trains and electric trains

6 years ago

Any chance to make this work with Angels+bobs?

6 years ago

Support for modded Trains would be very nice.
Doesn't work with F.A.R.L.

6 years ago

@cooky173, without testing, this is how you do it:

if stack ~= nil then
type = game.entity_prototypes[stack.name].type
if type == "locomotive" then

New response