azalea-rs / azalea

A collection of Rust crates for making Minecraft bots, clients, and tools.
https://azalea.matdoes.dev
MIT License
370 stars 47 forks source link

ItemDrop entities not removed when picked up #103

Closed TheDudeFromCI closed 1 year ago

TheDudeFromCI commented 1 year ago

When an item drop entity is picked up, the entity still exists in ECS and is not properly cleaned up.