stujones11 / minetest-3d_armor

Visible player armor & wielded items for minetest
Other
56 stars 98 forks source link

Impossible to disable healing #137

Closed ghost closed 6 years ago

ghost commented 6 years ago

readme.txt @ 58

-- You can use this to increase or decrease overall armor healing, -- eg: armor_heal_multiplier = 0 will disable healing altogether. armor_heal_multiplier = 1

I've set it to 0 both in ../minetest/minetest.conf and ..minetest/games/subgame/minetest.conf it still shows "healing 30" for the bronze armor.

stujones11 commented 6 years ago

This is a bug with the displayed value only and not the actual 'healing'. In other words healing should still be disabled even though the armor stats show otherwise.

Thanks for the report, I will push a fix for this asap :)

ghost commented 6 years ago

You're welcome! Good to know that it is just a "cosmetic" issue. :)