Fix default hand definition not using wieldhand.png

This commit is contained in:
Wuzzy 2019-08-23 03:16:07 +02:00 committed by SmallJoker
parent 6ada090bb0
commit 9c725609c3
1 changed files with 1 additions and 0 deletions

View 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},
})