Skip to content

Commit 9c72560

Browse files
Wuzzy2SmallJoker
authored andcommittedAug 23, 2019
Fix default hand definition not using wieldhand.png
1 parent 6ada090 commit 9c72560

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎builtin/game/register.lua

+1
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ core.register_node(":ignore", {
373373
-- The hand (bare definition)
374374
core.register_item(":", {
375375
type = "none",
376+
wield_image = "wieldhand.png",
376377
groups = {not_in_creative_inventory=1},
377378
})
378379

0 commit comments

Comments
 (0)
Please sign in to comment.