MineClone5/mods/PLAYER/mcl_wieldview
𝕵𝖔𝖍𝖆𝖓𝖓𝖊𝖘 𝕱𝖗𝖎𝖙𝖟 ff31e5d480 Fix mcl_wieldview showing unknown item after login 2022-05-16 12:38:25 -05:00
..
LICENSE.txt Rewrite armor; new damage system 2021-04-14 15:46:52 +02:00
README.txt Fix mcl_maps on Windows 2022-05-03 09:48:50 -05:00
init.lua Fix mcl_wieldview showing unknown item after login 2022-05-16 12:38:25 -05:00
mod.conf Fix tools backwards in wieldview 2022-04-23 11:52:32 -05:00

README.txt

[mod] visible wielded items [wieldview]
=======================================

Makes hand wielded items visible to other players.


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

Add an item to the "no_wieldview" group with a rating of 1 and it will not be shown by the wieldview.
If an item has the "no_wieldview" group rating of 1, the item definition can specify the property "_wieldview_item".
"_wieldview_item" should be set to an item name that will be shown by the wieldview instead of the item.