minetest-mods / stamina

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

Update mod.conf #37

Closed MilesBDyson closed 1 year ago

MilesBDyson commented 3 years ago

updated mod.conf file please review

fixes deprecation warnings

SmallJoker commented 3 years ago

While you're at it. Please remove depends.txt and description.txt to supersede #27.

MilesBDyson commented 3 years ago

that should do it then.

SmallJoker commented 3 years ago

What about player:get_velocity()? Prior to 5.4.0, that function returned nil on players. If you want to get rid of deprecation messages, check against the presence of minetest.features.direct_velocity_on_players to decide whether to use get_player_velocity or get_velocity.

SmallJoker commented 1 year ago

Outdated and abandoned.