From 4c0e1177066f790e1aeda242be318134485a432f Mon Sep 17 00:00:00 2001 From: Ombridride Date: Tue, 21 Jul 2015 15:25:22 +0200 Subject: [PATCH] Set the caracteristics of the 2 latest bows tweak the craft recipe of the "minotaur horn bow" --- mods/throwing/tools.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mods/throwing/tools.lua b/mods/throwing/tools.lua index 1cfa0606..40ba0197 100755 --- a/mods/throwing/tools.lua +++ b/mods/throwing/tools.lua @@ -38,8 +38,9 @@ if not DISABLE_ROYAL_BOW then }) end +--function throwing_register_bow (name, desc, scale, stiffness, reload_time, toughness, is_cross, craft) 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, { + throwing_register_bow ('bow_minotaur_horn', 'Minotaur Horn Bow', {x=1, y=1.5, z=0.5}, 30, 1, 1000, false, { {'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'}, {'farming:string', '', 'moreores:mithril_ingot'}, {'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'}, @@ -48,7 +49,7 @@ 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, { + throwing_register_bow ('bow_xxx', 'xxx Bow', {x=1, y=1.5, z=0.5}, 35, 0.8, 1250, false, { {'farming:string', 'group:wood', 'default:diamond'}, {'farming:string', '', 'default:gold_ingot'}, {'farming:string', 'group:wood', 'default:diamond'},