Skip to content

Essential 5.43.0

Choose a tag to compare

@xan6x xan6x released this 05 Sep 14:12
· 10 commits to main since this release

Bedrock 1.14.60

Added support for Bedrock 1.14.60 (protocol 390). Blocks, items, inventory,
crafting and the creative menu work; movement uses the server-authoritative
path, same as newer clients.

Fixes affecting all versions

  • UpdateSubChunkBlocksPacketEntry referenced an unimported ProtocolInfo,
    crashing the server whenever many blocks changed at once (e.g. an explosion)
  • ActorFallPacket was never registered in PacketPool
  • ContainerClosePacket read windowId unsigned, so the client's "close the
    current window" (-1) was never recognised
  • UpdateSubChunkBlocksPacket is sent to clients that predate it (1.17.30),
    leaving phantom blocks; those now get individual block updates
  • Item downgrade schema for 1.16.0/1.16.20 was one tier too high, dropping
    bucket variants and everything that depends on them
  • PlayerAuthInputPacket and EmotePacket left typed properties uninitialised
  • lcg_value() deprecation spam on PHP 8.4