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

Add a way to increase the Minimum height limit of the world. #278

Closed
Peregrine05 opened this issue Oct 25, 2022 · 6 comments
Closed

Add a way to increase the Minimum height limit of the world. #278

Peregrine05 opened this issue Oct 25, 2022 · 6 comments
Assignees

Comments

@Peregrine05
Copy link

Peregrine05 commented Oct 25, 2022

Currently, the deepest the world can be set to is -64. Add a way to set the Minimum height limit to be deeper than the 1.18 default of -64. Minecraft supports this via datapacks, and since WorldPainter already supports increased maximum height limits with datapacks, increased minimum height limits should be easy to implement.
image

Related to #243.

@Captain-Chaos
Copy link
Owner

This is not as trivial as you think. The maximum build height is now flexible in the WorldPainter codebase, but the minimum build height is not. It would require significant additional work to make that as flexible, and there is very little demand for it. I'll leave this open, but I would not count on it any time soon.

@FETXU
Copy link

FETXU commented Feb 13, 2023

Heyo! This is definitely something that would help us :) Bedrock is on the verge of allowing this kind of customisation in heights in the vanilla game. Getting ahead of this as Minecraft content creators is a must for some of us. We would happily support this with pizza vouchers if it were prioritised :)

@Captain-Chaos Captain-Chaos self-assigned this Mar 12, 2023
@Captain-Chaos
Copy link
Owner

Picking this up now, since it's a quite popular request. Just a heads up though: I'm working full time again so this will be happening in my free time and might take a while.

@Captain-Chaos Captain-Chaos added this to IN PROGRESS in WorldPainter Mar 12, 2023
@FETXU
Copy link

FETXU commented Mar 12, 2023

Picking this up now, since it's a quite popular request. Just a heads up though: I'm working full time again so this will be happening in my free time and might take a while.

You are amazing, thank you for making some time :)

@Captain-Chaos
Copy link
Owner

Captain-Chaos commented Apr 1, 2023

I have a first working iteration. I would be grateful if everyone in here would test it. You can download the Windows 64 build here. Change the filename for other editions, or ask me for the link.

Please test whether the new configurable lower build limit works with all WorldPainter features, and also whether exporting works correctly and can be loaded in Minecraft successfully. I understand that you would like to be able to transform it to bedrock, @FETXU, so please test that as well. Also look out for missing adaptations to the new configurable lower build limit.

Let me know in here when you encounter any problems!

@FETXU
Copy link

FETXU commented Apr 1, 2023

Amazing work friend!!!

I will def be testing and will report back as soon as possible.

@Captain-Chaos Captain-Chaos moved this from IN PROGRESS to DONE in WorldPainter Jun 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants