aboutsummaryrefslogtreecommitdiff
path: root/src/main/god_stick.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/god_stick.lua')
-rw-r--r--src/main/god_stick.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/god_stick.lua b/src/main/god_stick.lua
index a405538..d702082 100644
--- a/src/main/god_stick.lua
+++ b/src/main/god_stick.lua
@@ -13,8 +13,9 @@ minetest.register_tool("skycraft:god_stick", {
axey = groupcaps,
shovely = groupcaps,
fleshy = groupcaps,
+ handy = groupcaps,
},
- damage_groups = {fleshy = 1000},
+ damage_groups = {fleshy = 65535},
}
})