Package: Interchangeable Hands
This mod is not working. I ttry to execute that command, it says hand set and then nothing happens. I am using latest-dev
minetest.register_on_joinplayer(function(player) player:get_inventory():set_size("hand", 1) end) Try putting this at the start of init.lua in the mod folder.
minetest.register_on_joinplayer(function(player) player:get_inventory():set_size("hand", 1) end)
init.lua
This mod is not working. I ttry to execute that command, it says hand set and then nothing happens. I am using latest-dev
minetest.register_on_joinplayer(function(player) player:get_inventory():set_size("hand", 1) end)
Try putting this at the start ofinit.lua
in the mod folder.