{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreia5arnwpwffu2o4keslivpaf6lg2cysxmfmru37w2or3pmd6skrze",
    "uri": "at://did:plc:pvz7ox4x2ehjiezsahttqyyz/app.bsky.feed.post/3miucc22w2kx2"
  },
  "path": "/viewtopic.php?p=450432#p450432",
  "publishedAt": "2026-04-06T05:34:43.000Z",
  "site": "https://forum.luanti.org",
  "tags": [
    "cx384"
  ],
  "textContent": "I just redownloaded the mod and tried it on a new world, it still works fine on my machine.\n\nHave you tried to execute the /handranks command, does it show proper numbers?\nMaybe also try to force update the rank /sethandranks 1000.\n\nWhich minetest/luanti version are you using?\nIt may not work on very old versions.\n\nLastly you can check if the hand got updated properly:\nAdd this at the end of the mods/handranks/init.lua file\n\nCode:\n\n\n    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,})\n\nRestart the game and execute /testhand.\nIt should print a table containing meta = { tool_capabilities = ... and name = \"handranks:hand\"\n\nStatistics: Posted by cx384 — Mon Apr 06, 2026 05:34\n\n* * *",
  "title": "WIP Mods • Re: [Mod] Handranks [handranks]",
  "updatedAt": "2026-04-06T05:34:43.000Z"
}