From aa601daf67ca220290e03608fbaa4bcddbfcfbd8 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 12 Feb 2017 20:05:50 -0500 Subject: update boost_cart, homedecor, mesecons, moretrees, unified_inventory, and worldedit --- worldedit_commands/wand.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'worldedit_commands') diff --git a/worldedit_commands/wand.lua b/worldedit_commands/wand.lua index 79d9eb2..16f9265 100644 --- a/worldedit_commands/wand.lua +++ b/worldedit_commands/wand.lua @@ -8,9 +8,9 @@ minetest.register_tool(":worldedit:wand", { full_punch_interval = 1.0, max_drop_level = 0, groupcaps={ - fleshy={times={[2]=0.80, [3]=0.40}, maxwear=0.05, maxlevel=1}, - snappy={times={[2]=0.80, [3]=0.40}, maxwear=0.05, maxlevel=1}, - choppy={times={[3]=0.90}, maxwear=0.05, maxlevel=0} + fleshy={times={[2]=0.80, [3]=0.40}, uses=1/0.05, maxlevel=1}, + snappy={times={[2]=0.80, [3]=0.40}, uses=1/0.05, maxlevel=1}, + choppy={times={[3]=0.90}, uses=1/0.05, maxlevel=0} } }, -- cgit v1.2.3