Fix default hand definition not using wieldhand.png
parent
6ada090bb0
commit
9c725609c3
|
@ -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},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue