0.3.0
Changes since 0.2.0
- PHP 8.0 is now required as a minimum.
- Added support for 0-bits-per-block palettes (readiness for Minecraft Bedrock 1.18).
- Added
LightArray->isUniform()
, which tells if the light array only contains the given unique value. - Fixed
SubChunkConverter::convertFromLegacyColumn()
not checking bounds of theyOffset
parameter.