Hello! There seems to be a bug between this mod and my Spidertron Dock. When you have a spider with the logistic equipment, dock it, and undock it again, then your mod loses track of the spider. When a spider is docked I of course destroy()
is, but when I build
it again I insert the equipment then your mod doesn't realize it.
The problem is your mod doesn't detect that the equipment is added by script. A quick look at your code shows that you listen to on_player_placed_equipment
which doesn't detect when inserted by script, only the on_equipment_inserted
is fired in this case. Would it be possible to update your code to detect when equipment is inserted by script?
Here is the bug report.
This is an awesome mod, and I hope we can make these two mods work together :)
Thanks!