diff options
author | Calinou <calinou@opmbx.org> | 2015-06-10 19:05:15 +0200 |
---|---|---|
committer | Calinou <calinou@opmbx.org> | 2015-06-10 19:05:15 +0200 |
commit | e8e4316ee6d24852471c273fdd83c9e9d770acfc (patch) | |
tree | 0dfe19864c01bec92395b7e9a2cb6d7c45d91d9e /redefinitions.lua | |
parent | ba885ab6c0bc8aca083a3c73b9ad64c27355fe17 (diff) |
Reduce tool repair buff to 10%
Diffstat (limited to 'redefinitions.lua')
-rw-r--r-- | redefinitions.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redefinitions.lua b/redefinitions.lua index 45551ef..9dc7ae3 100644 --- a/redefinitions.lua +++ b/redefinitions.lua @@ -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 |