1
0
Fork 0
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:
Wuzzy 2019-08-23 03:16:07 +02:00 committed by SmallJoker
parent 6ada090bb0
commit 9c725609c3

View file

@ -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},
})