minetest-mods / stamina

Adds hunger (stamina) to minetest.
17 stars 19 forks source link

Player metadata compat #33

Closed fluxionary closed 3 years ago

fluxionary commented 3 years ago

Honestly, I wrote this so long ago that I don't remember why I didn't submit this PR then. It seems feature complete though. Basically, the changes are:

1) Use the new player metadata API if it's available, falling back to the old behaviour. 2) Don't store the stamina HUD ID as player metadata; just store it in memory.

fluxionary commented 3 years ago

Whoops no wonder. It's already merged. You should have warned me about that, github :\