mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-10-28 20:28:21 +01:00
4 lines
116 B
Lua
4 lines
116 B
Lua
minetest.register_on_joinplayer(function(player)
|
|
-- Settable hand
|
|
player:get_inventory():set_size("hand", 1)
|
|
end)
|