softmix / AutoDeconstruct

Mod for Factorio that marks drills that have no more resources to mine for deconstruction.
MIT License
11 stars 9 forks source link

fire off raise_built so other mods can see this entity being created #27

Closed ComradeEcho closed 1 year ago

ComradeEcho commented 1 year ago

This fires off an event to let other mods know an entity was created by a script. This fixes an issue with constructron-continued not noticing the pipes created by this mod.

robot256 commented 1 year ago

Thanks for this. I don't think we considered before that ghosts are also entities are created and need to be tracked.