projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ada090
)
Fix default hand definition not using wieldhand.png
author
Wuzzy
<Wuzzy2@mail.ru>
Fri, 23 Aug 2019 01:16:07 +0000
(
03:16
+0200)
committer
SmallJoker
<mk939@ymail.com>
Fri, 23 Aug 2019 17:17:50 +0000
(19:17 +0200)
builtin/game/register.lua
patch
|
blob
|
history
diff --git
a/builtin/game/register.lua
b/builtin/game/register.lua
index 478139be3b46d624aedcf80c4513f3699c4aec59..bed269dbb60cbd99cf21c34721d8d153c340abb4 100644
(file)
--- a/
builtin/game/register.lua
+++ b/
builtin/game/register.lua
@@
-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},
})