trying to balance digging speeds some more
This commit is contained in:
parent
e9adaeae17
commit
c4a2130f5f
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user