Comforts (Fabric 1.16.5 - 1.19.2)

Comforts (Fabric 1.16.5 - 1.19.2)

9M Downloads

[Bug]: sleeping bags and hammocks behave differently

MC-Mods-Pete opened this issue ยท 1 comments

commented

Minecraft Version

1.20.1

What happened?

In my own mod Undead Nights (https://www.curseforge.com/minecraft/mc-mods/undead-nights) I implement horde nights and in those horde nights I disable sleeping (by a mixin in ServerPlayer::startSleepInBed and returning Player.BedSleepingProblem.NOT_SAFE).

That doesn't work with sleeping bags.

Tested with Forge for 1.20.1

Thanks :)

Relevant Log Outputs

No response

commented

I was able to add support with a little mixin on my side :)