Implement hunger loss from sleeping
squeek502 opened this issue ยท 4 comments
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).
Would be nice if this took into acount if Somnia was installed (so you don't kill yourself whilst sleeping).
@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.