Reduce tool repair buff to 10%

This commit is contained in:
Calinou 2015-06-10 19:05:15 +02:00
parent ba885ab6c0
commit e8e4316ee6
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ minetest.register_craft({
minetest.register_craft({
type = "toolrepair",
additional_wear = -0.15, -- Tool repair buff (15% bonus instead of 2%).
additional_wear = -0.10, -- Tool repair buff (10% bonus instead of 2%).
})
-- Redefinitions of some default nodes