Support for Minecraft status effects as documented at the wiki.
- Add a component for all living entities that stores all active status effects ie. a component containing
Vec<StatusEffect>.
- A system that applies the effect of the status effect on the entity.
Support for Minecraft status effects as documented at the wiki.
Vec<StatusEffect>.