Open
Conversation
…oject#315 Creators-of-Aeronautics/Simulated-Project#329 Only for assembling. Fix for disassembling will be requested on Aeronautics' side.
Author
|
There are still issues with these blocks listed below that allow placement of brittle blocks, as they also have the "wrench_pickup" tag, so they mess up the sorting because they are included in the list of brittle blocks.. so the dupe bug still happens with them. Not sure how to fix this as of right now without manually making a specific list of blocks that should be excluded from the brittle blocks list, which would probably not be feasible because of other addons' blocks.
From some testing it seems that these blocks mostly have issues while disassembling. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rudimentary fix for #48 | Creators-of-Aeronautics/Simulated-Project#315 | Creators-of-Aeronautics/Simulated-Project#329 | Creators-of-Aeronautics/Simulated-Project#94
Only for assembling. Fix for disassembling is already requested on Aeronautics' side.
(Creators-of-Aeronautics/Simulated-Project#518)
The blocks that are being assembled are iterated through to find blocks that break without support blocks and are all put forward in the list to assemble first, which fixed the bug.
Before fixes:

After fixes in both mods:
