-
Notifications
You must be signed in to change notification settings - Fork 8
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
add gravel-stonebrick #33
base: master
Are you sure you want to change the base?
Conversation
minetest.register_craft({
output = "moreblocks:gravel_stonebrick 4",
recipe = {
{"default:gravel", "default:gravel"},
{"default:stonebrick", "default:stonebrick"},
}
}) |
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.
Tested, works 👍
see comments in the pandora box discord |
Did you test if these block trains on slopes? I think there's some group or property to not block trains... |
No, but I don't think they would, and if there's any issues it can easily be added later. |
I had exact opposite expectation: I think they would, reason for asking for test. So tested and these gravel slopes will block trains in slopes just like all other slopes. edit. checked what was needed and it is group Could be added directly to full node, tested that. However only some of these nodes actually should be non blocking, not all. |
Ah, I thought the other slopes didn't block trains... Probably the easiest way would be to override EDIT: actually that might not be possible because of mod load order... 🤔 |
LinuxForks' moreblocks has a set of gravel train helper blocks that they use: Gravel stonebrick, gravel slope, slope 2a, 2b, 3a, 3b and 3c. These match the texture of the slope block properly and have not_blocking_trains on them. I don't think the whole gamut of circular saw shapes is actually helpful, so I would rather just port the LinuxForks shaps over to pandorabox_custom than faff around with stairsplus/moreblocks which clearly has problems. I can prepare a PR if you want. |
I do think a lot of those would be very good, already many times and with many nodes I wanted to have this feature to allow building railways to existing areas. At least: stone tiles, tar blocks, most scifi nodes, most tree trunks and planks and of course gravel. edit to clarify: just group support would be good for most, not necessarily actual rail nodes. |
This PR adds a half-gravel, half-stonebrick node with support for the table-saw
@wsor4035
TODO
moreblocks:gravel_stonebrick
Stats