From 12535aebab891fe4cc6127863cb619802edc045a Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sun, 2 Aug 2015 11:11:37 +0200 Subject: [PATCH] Update tools.lua --- mods/throwing/tools.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mods/throwing/tools.lua b/mods/throwing/tools.lua index b8920ce8..73ad8aca 100755 --- a/mods/throwing/tools.lua +++ b/mods/throwing/tools.lua @@ -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"}, -})