Hunger Overhaul

Hunger Overhaul

9M Downloads

Implement hunger loss from sleeping

squeek502 opened this issue ยท 4 comments

commented

See 94a7353

This was an option in the 1.6.4 HO config, but it was never functional in 1.6.4 because there was no 'on wake up' event in Forge (and there still isn't).

commented

Would be nice if this took into acount if Somnia was installed (so you don't kill yourself whilst sleeping).

commented

Is possible with Forge 1225 and the new PlayerWakeUpEvent

commented

@Parker8283, nice. If you want to implement it, you can use https://github.com/iguanaman/HungerOverhaul/blob/master/src/iguanaman/hungeroverhaul/util/IguanaEventHook.java#L209-L222 as a reference for what iguana_man was intending.

commented

I'll get on that!