Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix railing directional construction #1492

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this being PR-ed to Delta instead of Wizden?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i didnt know this was a bug on wizden too

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i didnt know this was a bug on wizden too

It might be 🤷 ; was just wondering since it's a Wizden file and assumedly it's the same on Wizden

Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,27 @@
- to: railing
completed:
- !type:SnapToGrid
southRotation: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Every removed line needs to be:

#southRotation: true # Delta-V : Removes forced South Rotation for building railings

steps:
- material: MetalRod
amount: 1
doAfter: 2
- to: railingCorner
completed:
- !type:SnapToGrid
southRotation: true
steps:
- material: MetalRod
amount: 2
doAfter: 2.5
- to: railingCornerSmall
completed:
- !type:SnapToGrid
southRotation: true
steps:
- material: MetalRod
amount: 1
doAfter: 2
- to: railingRound
completed:
- !type:SnapToGrid
southRotation: true
steps:
- material: MetalRod
amount: 2
Expand Down
Loading