VoxeLibre/mods/PLAYER/mcl_wieldview
Johannes Fritz 71cfa67c7d Fix wieldview in MT 5.6 2022-08-23 10:11:21 -05:00
..
LICENSE.txt Rewrite armor; new damage system 2021-04-14 15:46:52 +02:00
README.txt Remove image stack wieldview: code review improvment 2022-08-23 10:08:22 -05:00
init.lua Fix wieldview in MT 5.6 2022-08-23 10:11:21 -05:00
mod.conf Remove image stack wieldview 2022-08-23 10:08:22 -05:00

README.txt

[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.