VoxeLibre/mods/HUD/show_wielded_item
Mikita Wiśniewski ef0d38e530 Fix "hud_elem_type" deprecation warning spam (5.9+) ()
`mcl_vars.hud_type_field` is introduced to determine the right HUD element type field to use. All mods adding HUDs, together with their `mod.conf` files, are changed accordingly to silence the warnings.

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4965
Reviewed-by: teknomunk <teknomunk@protonmail.com>
Co-authored-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-committed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
2025-03-04 20:50:10 +01:00
..
init.lua Fix "hud_elem_type" deprecation warning spam (5.9+) () 2025-03-04 20:50:10 +01:00
mod.conf Fix "hud_elem_type" deprecation warning spam (5.9+) () 2025-03-04 20:50:10 +01:00
README.md Update documentation for Minetest rename to Luanti () 2024-11-28 20:55:48 +01:00
settingtypes.txt Add mod: show_wielded_item 2017-07-02 19:34:09 +02:00

Show Wielded Item [show_wielded_item]

This Luanti mod displays the name of the wielded item above the hotbar and statbars.

This mod is compatible with the HUD Bars [hudbars] mod. Compability with other HUD-related mods is possible, but not guaranteed.

Version: 1.0.0

Credits

Released by Wuzzy. The original mod code was taken from the file “item_names.lua” found in the Unified Inventory mod maintained by VanessaE. This code has been later modified. Original author: 4aiman

License

This mod is licensed under GNU LGPLv2 or later (see https://www.gnu.org/licenses/lgpl-2.1.html).