You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the master branch (targeted for 0.3) the API has been changed to assume that the root tag of a valid NBT tree should always be a CompoundTag. However, recent developments in Bedrock 1.13 have shown us that this assumption is false, despite what is written in the original NBT specification.
It's now possible to get a ListTag as root (see, for example, the StartGamePacket block palette), and possibly other tags too.
The text was updated successfully, but these errors were encountered:
On the master branch (targeted for 0.3) the API has been changed to assume that the root tag of a valid NBT tree should always be a
CompoundTag
. However, recent developments in Bedrock 1.13 have shown us that this assumption is false, despite what is written in the original NBT specification.It's now possible to get a
ListTag
as root (see, for example, theStartGamePacket
block palette), and possibly other tags too.The text was updated successfully, but these errors were encountered: