Visible 3d wielded items for Minetest
Go to file
2019-04-08 18:24:00 +01:00
.gitignore Add mod.conf and update .gitignore 2017-01-14 16:00:06 +00:00
.luacheckrc Code refactor for minetest 5.0.x 2019-04-07 20:37:02 +01:00
init.lua Improve wielditem verification 2019-04-08 18:20:34 +01:00
location.lua Add license header to location.lua 2019-04-08 18:24:00 +01:00
mod.conf Code refactor for minetest 5.0.x 2019-04-07 20:37:02 +01:00
README.md Fix more copy-pasta nonsense :/ 2019-04-07 23:09:36 +01:00
screenshot.png Add support for mod managers and update gitignore 2016-03-20 20:21:31 +00:00

[mod] 3d wielded items [wield3d]

Mod Version: 0.5.0

Minetest Version: 5.0.0 or later

Decription: Visible 3d wielded items for Minetest

Makes hand wielded items visible to other players.

By default the wielded object is updated at one second intervals, you can override this by adding wield3d_update_time = 1 (seconds) to your minetest.conf

Servers can also control how often to verify the wield item of each individual player by setting wield3d_verify_time = 10 (seconds)

The default wielditem scale can now be specified by including wield3d_scale = 0.25