Add proper tooltip for repair recipes

This commit is contained in:
Wuzzy 2017-02-14 17:17:49 +01:00
parent ea583a2d70
commit 0f6bdc9921
3 changed files with 37 additions and 11 deletions

View file

@ -693,7 +693,7 @@ minetest.register_craft({
--
minetest.register_craft({
type = "toolrepair",
additional_wear = -0.05,
additional_wear = -mcl_core.repair,
})
--