CloudburstMC / Cloudburst

Cloudburst Server is a Bedrock first server software. Originally forked from Cloudburst Nukkit.
178 stars 70 forks source link

Fix health regen + hunger falling when food is disabled #132

Closed sticknycu closed 2 weeks ago

sticknycu commented 3 years ago

https://github.com/CloudburstMC/Nukkit/pull/1856

SupremeMortal commented 3 years ago

Worth noting that sending the gamerule naturalRegeneration stops the client-side desync, so it would be preferable to use that instead of sending packets to the client regularly.