mrkite / minutor

Mapping for Minecraft
http://seancode.com/minutor
BSD 2-Clause "Simplified" License
278 stars 52 forks source link

fix skip of Section #348

Closed EtlamGit closed 1 year ago

EtlamGit commented 1 year ago

When skipping an empty intermediate Section new Y was set to topmost of next Section and also decremented by for loop. This results in skipping the first Block of the next populated section. This could happen for pre 1.18 worlds when there are empty Sections in the Chunk. Meaning, something in higher layers, then some empty Sections and also some stuff in lower Sections again.

Will fix #347