Railway Tunnel (Alpha)


A railway tunnel so trains can cross under each other. An ALPHA release to demonstrate the concepts and completed functionality so far.

Content
2 years ago
1.1
2.00K
Transportation

i [DONE] Replace conflict with picker dollies

2 years ago

any chance you could just block the tunnel from been moved with picker dollies instead of making it a conflict?

2 years ago

I didn't know it was possible to stop dollies from being able to affect a list of names entities?

In the old days I didn't think it was so I just added the conflict to this mod when I started it ages back.

2 years ago

In addition a remote api to disallow moving of an entity is available:

if remote.interfaces["PickerDollies"] and remote.interfaces["PickerDollies"]["add_blacklist_name"] then
remote.call("PickerDollies", "add_blacklist_name", "name-of-your-entity")
end