diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-08-10 16:36:28 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-08-10 16:36:28 +0100 |
commit | 758af954b269e5dcae92ecc821f0c8d3bbc0c23c (patch) | |
tree | 92e7a741e466607b32a0db86d0fd1b022de9fbd4 /extra.lua | |
parent | 6cbeeacc97c7a77d455e600a78dae3947b6fe06e (diff) |
Fixed acacia leaves drop
Diffstat (limited to 'extra.lua')
-rw-r--r-- | extra.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |