fix mithril and silver hoe craft - by auouYmous

This commit is contained in:
Milan Ihl 2020-09-11 09:45:23 +02:00
parent 1a1bc9b40b
commit eaac696af3

View File

@ -213,6 +213,7 @@ local function add_ore(modname, description, mineral_name, oredef)
if tool_name == "hoe" and minetest.get_modpath("farming") then
tdef.max_uses = tooldef.uses
tdef.description = S("@1 Hoe", S(description))
tdef.material = ingot
farming.register_hoe(fulltool_name, tdef)
end