Update tools.lua

This commit is contained in:
Ombridride 2015-08-02 11:11:37 +02:00
parent b0210108b3
commit 12535aebab
1 changed files with 0 additions and 7 deletions

View File

@ -69,10 +69,3 @@ if not DISABLE_ARBALEST then
{'default:steel_ingot', 'farming:string', 'default:stick'},
})
end
-- Craft recipe of the "Mithril String"
minetest.register_craft({
output = "throwing:string_mithril",
type = "shapeless",
recipe = {"moreores:mithril_ingot", "farming:string"},
})