mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Fix default hand definition not using wieldhand.png
This commit is contained in:
@@ -373,6 +373,7 @@ core.register_node(":ignore", {
|
|||||||
-- The hand (bare definition)
|
-- The hand (bare definition)
|
||||||
core.register_item(":", {
|
core.register_item(":", {
|
||||||
type = "none",
|
type = "none",
|
||||||
|
wield_image = "wieldhand.png",
|
||||||
groups = {not_in_creative_inventory=1},
|
groups = {not_in_creative_inventory=1},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user