Copy link
@paramat

paramat Apr 6, 2018

Contributor

In MT 'chunk' refers to a mapchunk, a different variable name should be used to avoid confusion.
The granularity is set to 16 nodes, which is actually a mapblock size, so even more confusing. However 'Block' is not a good choice either as we would then have 'getBlockPos' which already exists as something different.
@numberZero