mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-02 14:31:05 +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)
|