minetest-mods / hbsprint

A flexible sprint mod supporting stamina, hunger and monoids.
GNU Lesser General Public License v2.1
14 stars 11 forks source link

When used in combination with most recent (5.0.0+) `hunger_ng`: setting raw hunger value does not work anymore #13

Closed ghost closed 5 years ago

ghost commented 5 years ago

Just a quick heads-up: The mod was updated to work with 5.0.0 only. When using the tagged 0.4.17 version of the mod all is fine, but when updating to the most recent version setting the raw custom attribute does not work anymore.

https://github.com/minetest-mods/hbsprint/blob/7170277c38c3c76588547f8127a95dc184d98182/init.lua#L90

It might not crash but it won’t have any effect. Consider switching to the API instead when you update the mod for 5.0.0 compatibility :smiley:

tacotexmex commented 5 years ago

Fixed in 559eba6. Guess I release it in tandem with the official 5.0.0 release.