actuating-lemons / bobcraft-minetest

Bobcraft, A Minecraft 1.2.5 Re-imagining. Deprecated.
MIT License
5 stars 2 forks source link

Beds do not detect the user's death. #2

Closed ACBob closed 3 years ago

ACBob commented 3 years ago

After looking at the code, it seems the beds mod we use doesn't actually detect death at all.

It may be easy enough to fix if we just register a dieplayer event and remove them from the list of laying players.

ACBob commented 3 years ago

fixed as of world-improvements branch