i noticed that, on configuration changed, your mod seems to scan for all entities that it might have missed, so even stuff that got spawned without raise_built suddenly has a power pole
the worst part is that the poles stay behind after the entity has been mined
can you please blacklist
"trafo-"..i
"trafo-source-"..i
"trafo-target-"..i.."-sw"
"trafo-target-"..i.."-ne"
where i is an integer between 1 and 5 https://mods.factorio.com/mod/Transformers
Oh, thanks! I need to spend some time one day trying to clean up that re-scan procedure. It takes quite a while on large bases and it triggers a bit too easily if you have lots of mods. But I didn't realize it had this unintended side-effect too, so thanks for the pointer and for fixing it on your end for now.