summaryrefslogtreecommitdiff
path: root/builtin/game
diff options
context:
space:
mode:
authorWuzzy <Wuzzy2@mail.ru>2019-08-23 03:16:07 +0200
committerSmallJoker <mk939@ymail.com>2019-08-23 19:17:50 +0200
commit9c725609c3e2516c9dae8f4515f888d99de80a48 (patch)
treef3446201c8ea33f877492b7f89019efd5472c49c /builtin/game
parent6ada090bb05d9e6d5961a59f33ff6e104b44061a (diff)
downloadminetest-9c725609c3e2516c9dae8f4515f888d99de80a48.tar.gz
minetest-9c725609c3e2516c9dae8f4515f888d99de80a48.tar.bz2
minetest-9c725609c3e2516c9dae8f4515f888d99de80a48.zip
Fix default hand definition not using wieldhand.png
Diffstat (limited to 'builtin/game')
-rw-r--r--builtin/game/register.lua1
1 files changed, 1 insertions, 0 deletions
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},
})