Skip to content

Commit 672fdbc

Browse files
committedNov 1, 2013
Fix stone and wooden axe being slower than hand
1 parent 3c0fa5f commit 672fdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mods/default/tools.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ minetest.register_item(":", {
1111
groupcaps = {
1212
crumbly = {times={[2]=3.00, [3]=0.70}, uses=0, maxlevel=1},
1313
snappy = {times={[3]=0.40}, uses=0, maxlevel=1},
14-
oddly_breakable_by_hand = {times={[1]=7.00,[2]=4.00,[3]=1.40}, uses=0, maxlevel=3}
14+
oddly_breakable_by_hand = {times={[1]=3.50,[2]=2.00,[3]=0.70}, uses=0}
1515
},
1616
damage_groups = {fleshy=1},
1717
}

0 commit comments

Comments
 (0)
Please sign in to comment.