forked from VoxeLibre/VoxeLibre
14 lines
454 B
Plaintext
14 lines
454 B
Plaintext
[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.
|
|
|