From: PilzAdam Date: Sat, 28 Sep 2013 22:02:38 +0000 (+0200) Subject: Fix stone and wooden axe being slower than hand X-Git-Tag: 0.4.8~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=672fdbcc11386ebd095eb5fccfbb73c108b9616e;p=oweals%2Fminetest_game.git Fix stone and wooden axe being slower than hand --- diff --git a/mods/default/tools.lua b/mods/default/tools.lua index 480eed29..25cf81b1 100644 --- a/mods/default/tools.lua +++ b/mods/default/tools.lua @@ -11,7 +11,7 @@ minetest.register_item(":", { groupcaps = { crumbly = {times={[2]=3.00, [3]=0.70}, uses=0, maxlevel=1}, snappy = {times={[3]=0.40}, uses=0, maxlevel=1}, - oddly_breakable_by_hand = {times={[1]=7.00,[2]=4.00,[3]=1.40}, uses=0, maxlevel=3} + oddly_breakable_by_hand = {times={[1]=3.50,[2]=2.00,[3]=0.70}, uses=0} }, damage_groups = {fleshy=1}, }