Nexela / Nanobots

Early version of ghost building construction bots. Allows researching automated construction earlier (for blueprints etc)
MIT License
31 stars 22 forks source link

Fix missing event data #96

Closed phoenixuprising closed 5 years ago

phoenixuprising commented 5 years ago

When raising the on_robot_built_tile event, the tile and surface_index were missing and therefore causing an error message to be thrown in other mods (specifically seen in Space Exploration mod).

This address the bug report filed here: https://mods.factorio.com/mod/Nanobots/discussion/5ce286f9dc9ce9000da6f3e1

Nexela commented 5 years ago

Thank you!