Skip to content

Commit

Permalink
Fix stone and wooden axe being slower than hand
Browse files Browse the repository at this point in the history
  • Loading branch information
PilzAdam committed Nov 1, 2013
1 parent 3c0fa5f commit 672fdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/tools.lua
Expand Up @@ -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},
}
Expand Down

0 comments on commit 672fdbc

Please sign in to comment.