mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-08-02 23:10:21 +02:00
Reduce tool repair buff to 10%
This commit is contained in:
@ -43,7 +43,7 @@ minetest.register_craft({
|
|||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "toolrepair",
|
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
|
-- Redefinitions of some default nodes
|
||||||
|
Reference in New Issue
Block a user