doc-bok / Butterflies

Adds pretty butterflies to the world.
https://www.bokmcdok.com
MIT License
4 stars 1 forks source link

Caterpillars Not Added to Inventory Properly #110

Closed doc-bok closed 6 months ago

doc-bok commented 6 months ago

It seems that caterpillars are only added to the inventory on the client-side, so the server doesn't know about the items. This means that the items aren't really in the client inventory. They cannot be placed, and will disappear when clicked on.

doc-bok commented 6 months ago

handleDamageEvent() is only called on clients in response to a message from the server, so this is the wrong place to add an item to the player's inventory.