Case: World#getMinHeight == 1, World#getMaxHeight == 17, it required 2 length of storageArrays
but previous code of modifySectionArrayLength will give only 1 lenght.
This pr about support of cases when getMaxHeight returns not first block of next unused cube, which probably may be.
Case: World#getMinHeight == 1, World#getMaxHeight == 17, it required 2 length of
storageArrays
but previous code ofmodifySectionArrayLength
will give only 1 lenght. This pr about support of cases whengetMaxHeight
returns not first block of next unused cube, which probably may be.