VoxeLibre/mods/PLAYER/wieldview
iliekprogrammar 34dbddb40a Move holding code into mcl_playerplus 2021-03-20 08:42:48 +08: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
init.lua Move holding code into mcl_playerplus 2021-03-20 08:42:48 +08:00
mod.conf Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00
transform.lua Rotation fix for all wielded items 2021-03-18 19:31:51 +00: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.