External Publication
Visit Post

WIP Mods • Re: [Mod] Handranks [handranks]

Luanti Forums - Index page [Unofficial] April 6, 2026
Source

I just redownloaded the mod and tried it on a new world, it still works fine on my machine.

Have you tried to execute the /handranks command, does it show proper numbers? Maybe also try to force update the rank /sethandranks 1000.

Which minetest/luanti version are you using? It may not work on very old versions.

Lastly you can check if the hand got updated properly: Add this at the end of the mods/handranks/init.lua file

Code:

core.register_chatcommand("testhand", {func = function(name, param)local player = core.get_player_by_name(name)local inv = player:get_inventory()local hand = inv:get_stack("hand", 1)local msg = dump(hand:to_table())print(msg)core.chat_send_player(name, msg)end,})

Restart the game and execute /testhand. It should print a table containing meta = { tool_capabilities = ... and name = "handranks:hand"

Statistics: Posted by cx384 — Mon Apr 06, 2026 05:34


Discussion in the ATmosphere

Loading comments...