trying to balance digging speeds some more

This commit is contained in:
kaadmy 2015-09-23 11:40:40 -07:00
parent e9adaeae17
commit c4a2130f5f

View File

@ -50,12 +50,12 @@ else
tool_levels = { tool_levels = {
wood = { wood = {
[3] = 2.0, [3] = 2.0,
[2] = 2.4, [2] = 2.6,
}, },
stone = { stone = {
[3] = 1.0, [3] = 1.2,
[2] = 2.0, [2] = 2.2,
[1] = 2.6, [1] = 2.8,
}, },
steel = { steel = {
[3] = 0.4, [3] = 0.4,