-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Metal bridge over air tiles #36703
Metal bridge over air tiles #36703
Conversation
Construction that allows to build metal grates over empty air tiles.
I don't think these should be added until there's a way to have proper supports. |
Co-Authored-By: BevapDin <[email protected]>
You need some kind of support to start building on the second level, actually. Else how do you even get there? |
I think @anothersimulacrum means adding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @anothersimulacrum , indefinitely long bridges are not ok, and this (probably accidentally) allows them.
Ok, what's failing now? |
It says right there in the details. For example JSON style check gives this error right at the bottom:
|
"time": "60 m", | ||
"tools": [ [ [ "oxy_torch", 4 ], [ "welder", 20 ], [ "welder_crude", 30 ], [ "toolset", 30 ] ] ], | ||
"qualities": [ [ { "id": "SAW_M", "level": 1 }, { "id": "GLARE", "level": 2 } ] ], | ||
"components": [ [ [ "pipe", 12, "sheet_metal", 1 ] ] ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"components": [ [ [ "pipe", 12, "sheet_metal", 1 ] ] ], | |
"components": [ [ [ "pipe", 12 ] ], [ [ "sheet_metal", 1 ] ] ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine now except for the json load errors.
Construction that allows to build metal grates over empty air tiles.
Summary
SUMMARY: Feature "Build metal bridges over open-air tiles"
Purpose of change
By request, I'm adding a way to create metallic bridges that require the tile to be empty air.
Describe the solution
Add a construction project that does it.
Describe alternatives you've considered
Wooden bridges, but someone suggested metal and I liked it better.
Testing
Additional context