trying to balance digging speeds some more
This commit is contained in:
parent
e9adaeae17
commit
c4a2130f5f
@ -50,12 +50,12 @@ else
|
||||
tool_levels = {
|
||||
wood = {
|
||||
[3] = 2.0,
|
||||
[2] = 2.4,
|
||||
[2] = 2.6,
|
||||
},
|
||||
stone = {
|
||||
[3] = 1.0,
|
||||
[2] = 2.0,
|
||||
[1] = 2.6,
|
||||
[3] = 1.2,
|
||||
[2] = 2.2,
|
||||
[1] = 2.8,
|
||||
},
|
||||
steel = {
|
||||
[3] = 0.4,
|
||||
|
Loading…
Reference in New Issue
Block a user