CloudburstMC / Protocol

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

Add missing InventorySource type #52

Closed bundabrg closed 4 years ago

bundabrg commented 4 years ago

Add missing ContainerID

SupremeMortal commented 4 years ago

Looking back through my commits, v291 didn't have this inventory source.

bundabrg commented 4 years ago

It was originally in v313 before the refactor but I added to v291 as that same enum is used a few lines down here.

For my case I need it for v363 so can either add it as part of that PR or it could potentially be moved into v313 to maintain how it was.

SupremeMortal commented 4 years ago

I think this should be moved into v313 just to maintain the protocol spec even though it wouldn't cause any issues.