pop4959 / Chunky

Pre-generates chunks, quickly, efficiently, and safely.
GNU General Public License v3.0
556 stars 63 forks source link

Implement new world pattern #315

Closed pop4959 closed 7 months ago

pop4959 commented 7 months ago

This adds a new iterator pattern; "world" which will re-load existing chunks in the world within the selection.

For example:

chunky pattern world
chunky start

I will probably make some further improvements here, but for now this works.

Closes #67.