VoxeLibre/mods/PLAYER/wieldview
Elias Fleckenstein d57db0444f Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01: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 Simplify 3D wielded nodes (improves performance + possibly fixes a crash) 2021-02-25 17:35:44 +01:00
mod.conf Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01: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.