README.txt 840 B

12345678910111213141516171819202122232425262728
  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.
  16. Disabling the feature in-game: If you want to hide the wielded item
  17. you can add an INT metadata to the player called "show_wielded_item" and set
  18. it to 2 (any other value will show the wielded item again).