mamoniot / project-cybersyn

MIT License
43 stars 37 forks source link

Since 1.1.75 loaders can pull from wagons #106

Open thattomperson opened 1 year ago

thattomperson commented 1 year ago

Since version 1.1.75 loaders can push and pull from wagons

https://forums.factorio.com/104765

# Modding
    Added LoaderPrototype::allow_rail_interaction and allow_container_interaction.

Using loaders sadly breaks the allow-lists code, should only require updating the table on the following line to inlude "loader", but i haven't tested that

https://github.com/mamoniot/project-cybersyn/blob/67a611c713fb36f9e45c75538dfc5d537e8443aa/cybersyn/scripts/layout.lua#L424

NicolBolas commented 1 year ago

This seems to have been fixed.

thattomperson commented 1 year ago

This seems to have been fixed.

Not quite yet

We are waiting for #107 to be merged