mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Repair tools by 5%
This commit is contained in:
parent
a22aad302f
commit
43a4eaee27
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ minetest.register_craft({
|
|||
--
|
||||
minetest.register_craft({
|
||||
type = "toolrepair",
|
||||
additional_wear = -0.02,
|
||||
additional_wear = -0.05,
|
||||
})
|
||||
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue