From: Wuzzy Date: Fri, 23 Aug 2019 01:16:07 +0000 (+0200) Subject: Fix default hand definition not using wieldhand.png X-Git-Tag: 5.1.0~84 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9c725609c3e2516c9dae8f4515f888d99de80a48;p=oweals%2Fminetest.git Fix default hand definition not using wieldhand.png --- diff --git a/builtin/game/register.lua b/builtin/game/register.lua index 478139be3..bed269dbb 100644 --- a/builtin/game/register.lua +++ b/builtin/game/register.lua @@ -373,6 +373,7 @@ core.register_node(":ignore", { -- The hand (bare definition) core.register_item(":", { type = "none", + wield_image = "wieldhand.png", groups = {not_in_creative_inventory=1}, })