Mineclonia/mods/PLAYER/wieldview
Code-Sploit 9cbfaf012e Make player wield switch instant 2021-02-16 12:34:26 +00:00
..
LICENSE.txt Update wieldview mod (wieldview_transform group) 2020-03-29 14:52:12 +02:00
README.txt Update wieldview mod (wieldview_transform group) 2020-03-29 14:52:12 +02:00
depends.txt Move armor mods 2020-02-18 15:48:21 +01:00
description.txt Move armor mods 2020-02-18 15:48:21 +01:00
init.lua Make player wield switch instant 2021-02-16 12:34:26 +00:00
transform.lua Fix potion names, https://git.minetest.land/Wuzzy/MineClone2/issues/829 2020-09-08 07:21:29 +04:00

README.txt

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

Makes hand wielded items visible to other players.

default settings: [minetest.conf]

# Set number of seconds between visible wielded item updates.
wieldview_update_time = 2

# Show nodes as tiles, disabled by default
wieldview_node_tiles = false


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

Wield image transformation: To apply a simple transformation to the item in
hand, add the group “wieldview_transform” to the item definition. The group
rating equals one of the numbers used for the [transform texture modifier
of the Lua API.