README.txt 634 B

123456789101112131415161718192021222324
  1. [mod] visible wielded items [wieldview]
  2. =======================================
  3. Depends on: 3d_armor
  4. Makes hand wielded items visible to other players.
  5. default settings: [minetest.conf]
  6. # Set number of seconds between visible wielded item updates.
  7. wieldview_update_time = 2
  8. # Show nodes as tiles, disabled by default
  9. wieldview_node_tiles = false
  10. Info for modders
  11. ################
  12. Wield image transformation: To apply a simple transformation to the item in
  13. hand, add the group “wieldview_transform” to the item definition. The group
  14. rating equals one of the numbers used for the [transform texture modifier
  15. of the Lua API.