MineClone2/mods/PLAYER/mcl_wieldview
teknomunk b582afeb1f Update documentation for Minetest rename to Luanti (#4706)
This updates the VoxeLibre documentation by replacing "Minetest" with "Luanti" and updating links.

Done:
* Update "Minetest" in documentation and comments to "Luanti"
* Update links to forums, ContentDB and Luanti project web page

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4706
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2024-11-28 20:55:48 +01:00
..
init.lua Update documentation for Minetest rename to Luanti (#4706) 2024-11-28 20:55:48 +01:00
LICENSE.txt Rewrite armor; new damage system 2021-04-14 15:46:52 +02:00
mod.conf Remove image stack wieldview 2022-08-23 10:08:22 -05:00
README.txt Remove image stack wieldview: code review improvment 2022-08-23 10:08:22 -05:00

[mod] visible wielded items [mcl_wieldview]
=======================================

Makes hand wielded items visible to other players.


Info for modders
################

Register an item with the property "_mcl_wieldview_item" to change the third person wield view appearance of the item.
"_mcl_wieldview_item" should be set to an item name that will be shown by the wield view instead of the item.
If you use an empty string, nothing will be shown.