1 # Show Wielded Item [`show_wielded_item`]
2 This Minetest mod displays the name of the wielded item above the hotbar and
5 This mod is compatible with the HUD Bars [`hudbars`] mod.
6 Compability with other HUD-related mods is possible, but not guaranteed.
12 The original mod code was taken from the file “`item_names.lua`”
13 found in the Unified Inventory mod maintained by VanessaE. This code
14 has been later modified.
15 Original author: 4aiman
18 This mod is licensed under GNU LGPLv2 or later
19 (see <https://www.gnu.org/licenses/lgpl-2.1.html>).