sparr / factorio-mod-entity-symmetry

A mod for the game Factorio, places rotated/mirrored entities around specified points.
MIT License
2 stars 0 forks source link

Entity deletion not reflected for some entities #9

Closed EBTheHero closed 1 year ago

EBTheHero commented 1 year ago

When placing some entities, like a chest, the entity is mirrored on the other side of the symmetry center. But when removing the entity, the changes are not reflected to the other sides.

This affects a good amount of entities (like assemblers) while some entities work fine (like belts).

Tested in a "sandbox" scenario with entity-symmetry 1.2.1 and base game 1.1.94. The default settings were used (C = -1, D = 64, R = 0, S = 4)

An non exaustive list of items which deletion does not work:

sparr commented 1 year ago

Thank you for this report. I suspect I broke something while getting simple-entity-with-owner to work. I will test more thoroughly and get this fixed.

sparr commented 1 year ago

Fixed in b3f1fd84ffbcd395713f938dc1bff8cc03f83364

sparr commented 1 year ago

PS: What all those entities have in common is that they don't rotate.

EBTheHero commented 1 year ago

The mystery is solved! Thank you! I tested it on my side!