GeyserMC / MCProtocolLib

A library for communication with a Minecraft client/server.
MIT License
724 stars 200 forks source link

Make readBlockEntityType() nullable #786

Closed onebeastchris closed 8 months ago

onebeastchris commented 8 months ago

The vanilla client does so too - it allows reading a null value, but wont write one.

image