From 6e951a79e633ed6487922aa85a76eee467660cdc Mon Sep 17 00:00:00 2001 From: Ombridride Date: Tue, 21 Jul 2015 15:13:19 +0200 Subject: [PATCH] Add the Minotaur Horn bow craft recipe And prepare the next and last craft recipe Bow for the Hunter --- mods/throwing/tools.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/mods/throwing/tools.lua b/mods/throwing/tools.lua index 45e8f410..1cfa0606 100755 --- a/mods/throwing/tools.lua +++ b/mods/throwing/tools.lua @@ -38,6 +38,23 @@ if not DISABLE_ROYAL_BOW then }) end +if not DISABLE_MINOTAUR_HORN_BOW then + throwing_register_bow ('bow_minotaur_horn', 'Minotaur Horn Bow', {x=1, y=1.5, z=0.5}, 18, 1.4, 750, false, { + {'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'}, + {'farming:string', '', 'moreores:mithril_ingot'}, + {'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'}, + }) +end + +-- NOT YET CHOOSEN, material ? craft ? name ? +--[[if not DISABLE_xxx_BOW then + throwing_register_bow ('bow_xxx', 'xxx bow', {x=1, y=1.5, z=0.5}, 18, 1.4, 750, false, { + {'farming:string', 'group:wood', 'default:diamond'}, + {'farming:string', '', 'default:gold_ingot'}, + {'farming:string', 'group:wood', 'default:diamond'}, + }) +end--]] + if not DISABLE_CROSSBOW then throwing_register_bow ('crossbow', 'Crossbow', {x=1, y=1.3, z=0.5}, 28, 5, 80, true, { {'group:wood', 'farming:string', ''},