mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
Fix default hand definition not using wieldhand.png
This commit is contained in:
parent
6ada090bb0
commit
9c725609c3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue