forked from Mirrorlandia_minetest/minetest
Fix default hand definition not using wieldhand.png
This commit is contained in:
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
Block a user