forked from minetest-mods/moreblocks
Reduce tool repair buff to 10%
This commit is contained in:
parent
ba885ab6c0
commit
e8e4316ee6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user