chunky-dev / chunky

A path tracer to create realistic images of your Minecraft worlds.
https://chunky-dev.github.io/docs
GNU General Public License v3.0
643 stars 76 forks source link

Allow empty chunks to be selected if their region exists #1593

Closed NotStirred closed 6 months ago

NotStirred commented 1 year ago

On slower computers loading very large maps can take a long time, this PR allows chunks to be selected even if they're empty.

To clarify: EmptyChunks only exist if the region they're within exists. EmptyRegionChunks still cannot be selected.

leMaik commented 11 months ago

~@NotStirred Could you solve the conflicts?~

This PR allows loading empty chunks so that users don't have to zoom in, which would take a lot of time, I guess?