Skip to main content

MAX_SLICE_LEN

Constant MAX_SLICE_LEN 

Source
const MAX_SLICE_LEN: usize = 256;
Expand description

Maximum slice length (z_corners * corners_y) across all dimensions. Overworld: (16/4+1) * (384/8+1) = 5 * 49 = 245. Rounded up for headroom.