Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Illuna-Minetest
minetest_game
Commits
90aaa1fb
Commit
90aaa1fb
authored
Mar 02, 2013
by
jojoa1997
Committed by
PilzAdam
Mar 03, 2013
Browse files
Fixe digging times of axes
parent
6c70e029
Changes
1
Hide whitespace changes
Inline
Side-by-side
mods/default/init.lua
View file @
90aaa1fb
...
...
@@ -133,7 +133,7 @@ minetest.register_tool("default:axe_wood", {
full_punch_interval
=
1
.
0
,
max_drop_level
=
0
,
groupcaps
=
{
choppy
=
{
times
=
{[
2
]
=
1
.
4
0
,
[
3
]
=
0
.
8
0
},
uses
=
10
,
maxlevel
=
1
},
choppy
=
{
times
=
{[
2
]
=
1
.
6
0
,
[
3
]
=
1
.
2
0
},
uses
=
10
,
maxlevel
=
1
},
fleshy
=
{
times
=
{[
2
]
=
0
.
70
,
[
3
]
=
0
.
50
},
uses
=
5
,
maxlevel
=
1
}
}
},
...
...
@@ -145,7 +145,7 @@ minetest.register_tool("default:axe_stone", {
full_punch_interval
=
1
.
2
,
max_drop_level
=
0
,
groupcaps
=
{
choppy
=
{
times
=
{[
1
]
=
3
.
00
,
[
2
]
=
1
.
0
0
,
[
3
]
=
0
.
6
0
},
uses
=
20
,
maxlevel
=
1
},
choppy
=
{
times
=
{[
1
]
=
3
.
00
,
[
2
]
=
1
.
4
0
,
[
3
]
=
1
.
0
0
},
uses
=
20
,
maxlevel
=
1
},
fleshy
=
{
times
=
{[
2
]
=
0
.
60
,
[
3
]
=
0
.
40
},
uses
=
15
,
maxlevel
=
1
}
}
},
...
...
@@ -157,7 +157,7 @@ minetest.register_tool("default:axe_steel", {
full_punch_interval
=
0
.
9
,
max_drop_level
=
1
,
groupcaps
=
{
choppy
=
{
times
=
{[
1
]
=
3
.
0
0
,
[
2
]
=
1
.
6
0
,
[
3
]
=
1
.
0
0
},
uses
=
30
,
maxlevel
=
2
},
choppy
=
{
times
=
{[
1
]
=
2
.
6
0
,
[
2
]
=
1
.
0
0
,
[
3
]
=
0
.
6
0
},
uses
=
30
,
maxlevel
=
2
},
fleshy
=
{
times
=
{[
2
]
=
0
.
40
,
[
3
]
=
0
.
25
},
uses
=
25
,
maxlevel
=
1
}
}
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment