Querz / mcaselector

A tool to select chunks from Minecraft worlds for deletion or export.
MIT License
3.18k stars 177 forks source link

Height slider #368

Closed Querz closed 2 years ago

Querz commented 2 years ago

update the height slider to support values above 319 for 1.18+ worlds with datapacks that increase the world height.

the slider still shows the default range of -64 to 319, but the input field to its right now accepts values up to 2047.

the slider in the settings dialog has been changed as well.

all places where the maximum height was hard coded now try to determine the maximum height dynamically based on the maximum Y value in all sections.