pub type GroundLayerError = AccessError;
pub enum GroundLayerError { InvalidPoint(InvalidPoint), GetBiome(CoordPair<u16>, u8), GetGround(CoordPair<u16>, u8), GetBlock(CoordPair<u16>, u8), }