mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-12-26 18:50:22 +01:00
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({
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user