Snowiiii / Pumpkin

Empowering everyone to host fast and efficient Minecraft servers.
https://snowiiii.github.io/Pumpkin/
MIT License
2.64k stars 78 forks source link

Implement Use Item (packet id 0x39) packet #61

Closed neeleshpoli closed 2 months ago

neeleshpoli commented 2 months ago

The server can now read use item packets that are sent by the client. The server doesn't handle the packet currently and prints an error to console.

Snowiiii commented 2 months ago

Could you may implement an function which is linked to the packet?. Basiclly like all other packets have. You can then leave the function empty

neeleshpoli commented 2 months ago

Sure!