summaryrefslogtreecommitdiff
path: root/extra.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-08-10 16:36:28 +0100
committerTenPlus1 <kinsellaja@yahoo.com>2015-08-10 16:36:28 +0100
commit758af954b269e5dcae92ecc821f0c8d3bbc0c23c (patch)
tree92e7a741e466607b32a0db86d0fd1b022de9fbd4 /extra.lua
parent6cbeeacc97c7a77d455e600a78dae3947b6fe06e (diff)
Fixed acacia leaves drop
Diffstat (limited to 'extra.lua')
-rw-r--r--extra.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra.lua b/extra.lua
index 9778c89..c176864 100644
--- a/extra.lua
+++ b/extra.lua
@@ -285,7 +285,7 @@ minetest.register_tool("ethereal:light_staff", {
if node == "default:stone" then
minetest.add_node(pos, {name="ethereal:glostone"})
if not minetest.setting_getbool("creative_mode") then
- itemstack:add_wear(65535 / 99) -- 100 uses
+ itemstack:add_wear(65535 / 149) -- 150 uses
end
return itemstack
end