Fix default hand definition not using wieldhand.png
authorWuzzy <Wuzzy2@mail.ru>
Fri, 23 Aug 2019 01:16:07 +0000 (03:16 +0200)
committerSmallJoker <mk939@ymail.com>
Fri, 23 Aug 2019 17:17:50 +0000 (19:17 +0200)
builtin/game/register.lua

index 478139be3b46d624aedcf80c4513f3699c4aec59..bed269dbb60cbd99cf21c34721d8d153c340abb4 100644 (file)
@@ -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},
 })