Food health regeneration

Heyho everyone :slight_smile:

I’m new to the SpongeForge api and try to build a plugin with my own health management.
To control the health system i need a regeneration event or another event which set/get the gained health by the foodlevel regeneration. I tried it with the HealEntityEvent but its not working and the documentation does not contains a regeneration event. Or i’m blind :sweat_smile:
Has anyone an idea how i can track/block/decrease this regeneration?

Thanks in advance

Kyraja

Currently. All the increase health based events are not implemented (meaning not firing due to the fact they still need work). So currently not possible unless you want to check on a sync event the helth

Ok thats unlucky… I wrote my own healthsystem now and only use the health only to kill entites and created a bossbar for the health visualization. I think thats a workaround i can live with until everything is implemented :sweat_smile:

Keep up the good work :slight_smile: and thanks for the super fast response.