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

Support additional surfaces #6

Closed sparr closed 4 years ago

sparr commented 4 years ago

local center_mem = {tick = 0, centers = {}}

make this table per-surface

sparr commented 4 years ago

can't make the table per-surface, but this should work based on other changes.