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.
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