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'},