From 43a4eaee27138f9cefe3071cd56e39536bad5ec4 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 4 Jan 2017 11:10:09 +0100 Subject: [PATCH] Repair tools by 5% --- mods/default/crafting.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/crafting.lua b/mods/default/crafting.lua index 85bb854b6..08073c1f2 100644 --- a/mods/default/crafting.lua +++ b/mods/default/crafting.lua @@ -637,7 +637,7 @@ minetest.register_craft({ -- minetest.register_craft({ type = "toolrepair", - additional_wear = -0.02, + additional_wear = -0.05, }) --