GabrielOlvH / Industrial-Revolution

An Industrial mod made for Fabric.
Apache License 2.0
193 stars 56 forks source link

Fix clearing of different directions. #458

Closed DissiNL closed 2 years ago

DissiNL commented 2 years ago

When placing different (creative) energy containers it can become possible that directions will become added multiple times (EAST x2 etc). This small PR will delete/remove the directions that are not yet checked.

The issue can be reproduced by placing 2 or more lazuli flux containers, which can become an issue with large counts of valid connections:

https://github.com/GabrielOlvH/Industrial-Revolution/blob/master/src/main/kotlin/me/steven/indrev/utils/machineinteractions.kt#L125

DissiNL commented 2 years ago

image

A log of the line I linked. 😄

GabrielOlvH commented 2 years ago

Thanks for the PR!