Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix default hand definition not using wieldhand.png
  • Loading branch information
Wuzzy2 authored and SmallJoker committed Aug 23, 2019
1 parent 6ada090 commit 9c72560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/game/register.lua
Expand Up @@ -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},
})

Expand Down

0 comments on commit 9c72560

Please sign in to comment.