CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
312 stars 94 forks source link

My updates for Bedrock-v409 #73

Closed bundabrg closed 4 years ago

bundabrg commented 4 years ago

Overview

List of updates for Bedrock Protocol v409

Todo

SupremeMortal commented 4 years ago

409 is outdated now. We're on 411 if I recall correctly. I think an alternative fix for the blocking needs to be done because it's not guaranteed to be the same ID on a specific version. Depends on what the server sends in the item palette.

bundabrg commented 4 years ago

That will mean some state will need to be kept in Protocol or something provided during deserializing which sounds a bit awkwards.

My beta's are 409 so I must have an out of date beta on my devices.

bundabrg commented 4 years ago

Closing as its probably not worth tracking betas until rc status.

SupremeMortal commented 4 years ago

It's probably better that you move the 409 protocol to 411 since we don't plan on supporting betas after they are outdated. Also, MoveEntityDeltaPacket now uses floats instead of VarInts for the position deltas.