Skip to content

14.0.0 for Minecraft Bedrock 1.19.40

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Oct 10:59
b455a74

Changes since 13.x.x

Protocol changes

Packet changes

  • AddActorPacket now requires a new PropertySyncData $syncedProperties field
  • AddPlayerPacket now requires a new PropertySyncData $syncedProperties field
  • SetActorDataPacket now requires a new PropertySyncData $syncedProperties field

Enum changes

  • UpdateAbilitiesPacketLayer has a new EDITOR member

New types

  • PropertySyncData: Purpose currently unclear, but appears to be a planned replacement for actor metadata. Currently unused and can be filled with empty arrays for now.