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

underground #30

Open
matlacki opened this issue Jul 24, 2023 · 1 comment
Open

underground #30

matlacki opened this issue Jul 24, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@matlacki
Copy link

Hi,
Is it conceiveable to mark the location of tracks and/or torches on the map? This would allow to draw the schematic of underground rail.

@neocturne
Copy link
Owner

Definitely possible, although finding underground rails will make map generation significantly slower, as the code couldn't stop at the first non-transparent block at each X/Z coordinate, but would need to continue to the bedrock/void level where no rails are hit.

One concern regarding showing underground rails would be spoilers of undiscovered mine shafts. I have considered making this dependent on connections to powered rails, but I don't think that is feasible to implement...

That being said, as long as it can be enable or disabled as desired, I'd be fine with adding an underground feature.

I'm also currently working on a rewrite of MinedMap in Rust that I'm going to publish soon, and that should make implementing new features easier than the current C++ code.

@neocturne neocturne added the enhancement New feature or request label Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants