From acec2b70fb83c8ad19eae40ad711ae4d3b6284c1 Mon Sep 17 00:00:00 2001 From: minefaco <63024226+minefaco@users.noreply.github.com> Date: Wed, 18 Nov 2020 19:58:32 -0500 Subject: [PATCH] Update functions.lua --- functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.lua b/functions.lua index 9e1cca7..a111441 100644 --- a/functions.lua +++ b/functions.lua @@ -44,7 +44,7 @@ function stripped_tree.register_axes(mod_n,axe_types) local old_node = minetest.get_node(pos) local stripped =mod_name..":".."stripped_"..node_name minetest.swap_node(pos,{name=stripped,param2=old_node.param2}) - itemstack:add_wear(65535 / 299) -- 300 uses + --itemstack:add_wear(65535 / 299) this is not useful at moment. if not creative_mode then local inv = user:get_inventory()