wield3d/README.md

20 lines
601 B
Markdown
Raw Normal View History

2013-06-30 22:17:16 +02:00
[mod] 3d wielded items [wield3d]
================================
2019-04-07 22:03:38 +02:00
Mod Version: 0.5.0
2013-06-30 22:17:16 +02:00
2019-04-07 21:32:54 +02:00
Minetest Version: 5.0.0 or later
2013-06-30 22:17:16 +02:00
2015-11-21 18:08:07 +01:00
Decription: Visible 3d wielded items for Minetest
Makes hand wielded items visible to other players.
2013-06-30 22:05:30 +02:00
By default the wielded object is updated at one second intervals,
2019-04-07 21:32:54 +02:00
you can override this by adding `wield3d_update_time = 1` (seconds)
to your minetest.conf
2014-05-15 22:14:00 +02:00
2019-04-07 21:32:54 +02:00
Servers can also control how often to verify the wield item of each
2019-04-08 00:09:36 +02:00
individual player by setting `wield3d_verify_time = 10` (seconds)
The default wielditem scale can now be specified by including `wield3d_scale = 0.25`