Adds ground based personal construction robots.
Mods introducing new content into the game.
Related to roboports and logistic robots.
Please add firing "on_robot_pre_mined"/"on_pre_player_mined_item" event to the drones, since some mods rely on the event for clearing data linked to entities. https://mods.factorio.com/mod/distribution-centers/discussion/5e85478433e9b6000df4f532
My mod raises script_raised_destroy, you should listen for that event, Scripts using the destroy entity function are very common, and they all raise script_raised_destroy
script_raised_destroy
destroy
Ok, thanks!