Skip to content

Conversation

@norrbotten
Copy link

Its possible to link gearboxes in a loop which causes some some pretty bad issues when you power it.

Example of such setup

This fix stops people from linking gearboxes in loops by basically just searching the links from the target gearbox back to the source. If the source is found the link will fail. It doesn't actually fix the issue of the infinite recursion itself, it just makes it impossible to create the setup needed for it.

After fix

Mista-Tea added a commit to IJWTB/ACF that referenced this pull request May 7, 2020
… in a loop

norrbotten commented on Aug 19, 2019

"Its possible to link gearboxes in a loop which causes some some pretty bad issues when you power it.

Example of such setup https://i.imgur.com/qLvHx9R.jpg

This fix stops people from linking gearboxes in loops by basically just searching the links from the target gearbox back to the source. If the source is found the link will fail. It doesn't actually fix the issue of the infinite recursion itself, it just makes it impossible to create the setup needed for it.

After fix https://i.imgur.com/9HHZFqh.jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant