diff --git a/mods/mff/README.md b/mods/mff/README.md old mode 100644 new mode 100755 diff --git a/mods/mff/mff_core/init.lua b/mods/mff/mff_core/init.lua old mode 100644 new mode 100755 diff --git a/mods/mff/mff_introspect/UPCOMING b/mods/mff/mff_introspect/UPCOMING old mode 100644 new mode 100755 diff --git a/mods/mff/mff_introspect/init.lua b/mods/mff/mff_introspect/init.lua old mode 100644 new mode 100755 diff --git a/mods/mff/mff_quests/depends.txt b/mods/mff/mff_quests/depends.txt old mode 100644 new mode 100755 diff --git a/mods/mff/mff_quests/init.lua b/mods/mff/mff_quests/init.lua old mode 100644 new mode 100755 diff --git a/mods/mff/modpack.txt b/mods/mff/modpack.txt old mode 100644 new mode 100755 diff --git a/mods/quests/README b/mods/quests/README old mode 100644 new mode 100755 diff --git a/mods/quests/central_message.lua b/mods/quests/central_message.lua old mode 100644 new mode 100755 diff --git a/mods/quests/core.lua b/mods/quests/core.lua old mode 100644 new mode 100755 diff --git a/mods/quests/depends.txt b/mods/quests/depends.txt old mode 100644 new mode 100755 diff --git a/mods/quests/formspecs.lua b/mods/quests/formspecs.lua old mode 100644 new mode 100755 diff --git a/mods/quests/hud.lua b/mods/quests/hud.lua old mode 100644 new mode 100755 diff --git a/mods/quests/init.lua b/mods/quests/init.lua old mode 100644 new mode 100755 diff --git a/mods/quests/inventory_plus.lua b/mods/quests/inventory_plus.lua old mode 100644 new mode 100755 diff --git a/mods/quests/locale/de.txt b/mods/quests/locale/de.txt old mode 100644 new mode 100755 diff --git a/mods/quests/locale/template.txt b/mods/quests/locale/template.txt old mode 100644 new mode 100755 diff --git a/mods/quests/sounds/quests_failed.ogg b/mods/quests/sounds/quests_failed.ogg old mode 100644 new mode 100755 diff --git a/mods/quests/sounds/quests_new.ogg b/mods/quests/sounds/quests_new.ogg old mode 100644 new mode 100755 diff --git a/mods/quests/sounds/quests_success.ogg b/mods/quests/sounds/quests_success.ogg old mode 100644 new mode 100755 diff --git a/mods/quests/textures/inventory_plus_quests.png b/mods/quests/textures/inventory_plus_quests.png old mode 100644 new mode 100755 diff --git a/mods/quests/textures/quests_questbar.png b/mods/quests/textures/quests_questbar.png old mode 100644 new mode 100755 diff --git a/mods/quests/textures/quests_questbar_background.png b/mods/quests/textures/quests_questbar_background.png old mode 100644 new mode 100755 diff --git a/mods/quests/unified_inventory.lua b/mods/quests/unified_inventory.lua old mode 100644 new mode 100755 diff --git a/mods/throwing/textures/throwing_bow_minotaur_horn_improved.png b/mods/throwing/textures/throwing_bow_minotaur_horn_improved.png new file mode 100755 index 00000000..c3a492fe Binary files /dev/null and b/mods/throwing/textures/throwing_bow_minotaur_horn_improved.png differ diff --git a/mods/throwing/textures/throwing_bow_minotaur_horn_loaded_improved.png b/mods/throwing/textures/throwing_bow_minotaur_horn_loaded_improved.png new file mode 100755 index 00000000..f85abc07 Binary files /dev/null and b/mods/throwing/textures/throwing_bow_minotaur_horn_loaded_improved.png differ diff --git a/mods/throwing/throwing.conf b/mods/throwing/throwing.conf index f0bd5c3d..aba6a4fb 100755 --- a/mods/throwing/throwing.conf +++ b/mods/throwing/throwing.conf @@ -22,7 +22,7 @@ DISABLE_BUILD_ARROW = false DISABLE_TNT_ARROW = true -- Desactivated because too dangerous DISABLE_FIRE_ARROW = true -- Desactivated because too dangerous DISABLE_TORCH_ARROW = false -DISABLE_SHELL_ARROW = false -- /!\ Need test it /!\ +DISABLE_SHELL_ARROW = true -- Desactivated because haven't the dependencie -- Fireworks arrows DISABLE_FIREWORKS_BLUE_ARROW = false diff --git a/mods/throwing/tools.lua b/mods/throwing/tools.lua index 40ba0197..d2022d47 100755 --- a/mods/throwing/tools.lua +++ b/mods/throwing/tools.lua @@ -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}, 18, 1.4, 750, false, { + throwing_register_bow ('bow_royal', 'Royal bow', {x=1, y=1.5, z=0.5}, 25, 1.4, 750, false, { {'farming:string', 'group:wood', 'default:diamond'}, {'farming:string', '', 'default:gold_ingot'}, {'farming:string', 'group:wood', 'default:diamond'}, @@ -40,21 +40,19 @@ 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}, 30, 1, 1000, false, { + throwing_register_bow ('bow_minotaur_horn', 'Minotaur Horn Bow', {x=1, y=1.5, z=0.5}, 35, 1.5, 1000, 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}, 35, 0.8, 1250, false, { - {'farming:string', 'group:wood', 'default:diamond'}, - {'farming:string', '', 'default:gold_ingot'}, - {'farming:string', 'group:wood', 'default:diamond'}, +--function throwing_register_bow (name, desc, scale, stiffness, reload_time, toughness, is_cross, craft) +if not DISABLE_MINOTAUR_HORN_IMPROVED_BOW then + throwing_register_bow ('bow_minotaur_horn_improved', 'Minotaur Horn Improved Bow', {x=1, y=1.5, z=0.5}, 50, 1.5, 2000, false, { + {'throwing:bow_minotaur_horn', 'throwing:string_mithril'}, }) -end--]] +end if not DISABLE_CROSSBOW then throwing_register_bow ('crossbow', 'Crossbow', {x=1, y=1.3, z=0.5}, 28, 5, 80, true, { @@ -71,3 +69,10 @@ 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"}, +})