diff --git a/mods/throwing/tools.lua b/mods/throwing/tools.lua index 7f7eefcc..54331630 100755 --- a/mods/throwing/tools.lua +++ b/mods/throwing/tools.lua @@ -1,5 +1,5 @@ if not DISABLE_WOODEN_BOW then - throwing_register_bow ('bow_wood', 'Wooden bow', {x=1, y=1, z=0.5}, 11, 0.8, 50, false, { + throwing_register_bow ('bow_wood', 'Wooden bow', {x=1, y=1, z=0.5}, 11, 1.6, 50, false, { {'', 'default:stick', ''}, {'farming:string', '', 'default:stick'}, {'', 'default:stick', ''}, @@ -7,7 +7,7 @@ if not DISABLE_WOODEN_BOW then end if not DISABLE_LONGBOW then - throwing_register_bow ('longbow', 'Longbow', {x=1, y=2.5, z=0.5}, 17, 1.8, 100, false, { + throwing_register_bow ('longbow', 'Longbow', {x=1, y=2.5, z=0.5}, 17, 1.5, 100, false, { {'farming:string', 'group:wood', ''}, {'farming:string', '', 'group:wood'}, {'farming:string', 'group:wood', ''}, @@ -15,7 +15,7 @@ if not DISABLE_LONGBOW then end if not DISABLE_COMPOSITE_BOW then - throwing_register_bow ('bow_composite', 'Composite bow', {x=1, y=1.4, z=0.5}, 17, 1, 150, false, { + throwing_register_bow ('bow_composite', 'Composite bow', {x=1, y=1.4, z=0.5}, 17, 2, 150, false, { {'farming:string', 'group:wood', ''}, {'farming:string', '', 'default:steel_ingot'}, {'farming:string', 'group:wood', ''}, @@ -23,7 +23,7 @@ if not DISABLE_COMPOSITE_BOW then end if not DISABLE_STEEL_BOW then - throwing_register_bow ('bow_steel', 'Steel bow', {x=1, y=1.4, z=0.5}, 20, 1.3, 250, false, { + throwing_register_bow ('bow_steel', 'Steel bow', {x=1, y=1.4, z=0.5}, 20, 1.4, 250, false, { {'farming:string', 'default:steel_ingot', ''}, {'farming:string', '', 'default:steel_ingot'}, {'farming:string', 'default:steel_ingot', ''}, @@ -31,7 +31,7 @@ if not DISABLE_STEEL_BOW then end if not DISABLE_ROYAL_BOW then - throwing_register_bow ('bow_royal', 'Royal bow', {x=1, y=1.5, z=0.5}, 25, 1.4, 750, false, { + throwing_register_bow ('bow_royal', 'Royal bow', {x=1, y=1.5, z=0.5}, 25, 1.3, 750, false, { {'farming:string', 'group:wood', 'default:diamond'}, {'farming:string', '', 'default:gold_ingot'}, {'farming:string', 'group:wood', 'default:diamond'}, @@ -40,7 +40,7 @@ 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 (Hunter)', {x=1, y=1.5, z=0.5}, 35, 1.5, 1000, false, { + throwing_register_bow ('bow_minotaur_horn', 'Minotaur Horn Bow (Hunter)', {x=1, y=1.5, z=0.5}, 35, 1.2, 1000, false, { {'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'}, {'farming:string', '', 'moreores:mithril_ingot'}, {'farming:string', 'mobs:minotaur_horn', 'mobs:minotaur_horn'},