mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-11 04:50:27 +01:00
16 lines
394 B
Plaintext
16 lines
394 B
Plaintext
[mod] visible wielded items [wieldview]
|
|
=======================================
|
|
|
|
depends: default, unified_skins
|
|
|
|
Makes hand wielded items visible to other players. Compatible with player skins mod [skins].
|
|
|
|
Note: Currently only supports 16x16px texture packs, sorry!
|
|
|
|
default settings: [minetest.conf]
|
|
|
|
# Set number of seconds between visible wielded item updates.
|
|
wieldview_update_time = 2
|
|
|
|
|