teoxoy / factorio-blueprint-editor

A feature-rich Factorio Blueprint Editor
https://fbe.teoxoy.com
MIT License
299 stars 61 forks source link

fix duplicate wires on same entity #252

Closed cryhot closed 9 months ago

cryhot commented 10 months ago

Bug: connecting the input to the output of a decider/arithmetic combinator produced a different wire than connecting the output to the input. This is a problem when trying to remove existing wires. image

Fix: make the hash the same, independently of connection point ordering.