Go to file
stub 53137b844c mirrored recipes according to their inventory picture; adjusted crafting recipes for better balance 2017-12-08 19:21:41 +03:00
sounds updated README.md 2017-10-18 00:48:30 +03:00
textures Added functionality to register multiple bow recipes; added more recipes for low tier bows; improved overall balance, damages and durability; removed reversed crafting schematic for bows and arrows; improved dig arrow texture. 2017-12-06 18:24:11 +03:00
README.md Added list of items 2017-12-03 16:02:20 +03:00
defaults.lua removed obsolete settings 2017-12-06 18:25:54 +03:00
depends.txt Fixed some bugs, removed obsolete code, added correct survival recipies and item wear 2017-11-29 22:03:25 +03:00
description.txt initial commit 2017-09-27 18:08:49 +03:00
dig_arrow.lua mirrored recipes according to their inventory picture; adjusted crafting recipes for better balance 2017-12-08 19:21:41 +03:00
fireworks_arrows.lua mirrored recipes according to their inventory picture; adjusted crafting recipes for better balance 2017-12-08 19:21:41 +03:00
functions.lua Added functionality to register multiple bow recipes; added more recipes for low tier bows; improved overall balance, damages and durability; removed reversed crafting schematic for bows and arrows; improved dig arrow texture. 2017-12-06 18:24:11 +03:00
init.lua Added functionality to register multiple bow recipes; added more recipes for low tier bows; improved overall balance, damages and durability; removed reversed crafting schematic for bows and arrows; improved dig arrow texture. 2017-12-06 18:24:11 +03:00
lightning_arrow.lua mirrored recipes according to their inventory picture; adjusted crafting recipes for better balance 2017-12-08 19:21:41 +03:00
mod.conf temp changes 2017-11-27 20:10:07 +03:00
rope_arrow.lua mirrored recipes according to their inventory picture; adjusted crafting recipes for better balance 2017-12-08 19:21:41 +03:00
settingtypes.txt removed obsolete settings 2017-12-06 18:25:54 +03:00
standard_arrows.lua mirrored recipes according to their inventory picture; adjusted crafting recipes for better balance 2017-12-08 19:21:41 +03:00
teleport_arrow.lua mirrored recipes according to their inventory picture; adjusted crafting recipes for better balance 2017-12-08 19:21:41 +03:00
tnt_arrow.lua mirrored recipes according to their inventory picture; adjusted crafting recipes for better balance 2017-12-08 19:21:41 +03:00
tools.lua mirrored recipes according to their inventory picture; adjusted crafting recipes for better balance 2017-12-08 19:21:41 +03:00
torch_arrow.lua mirrored recipes according to their inventory picture; adjusted crafting recipes for better balance 2017-12-08 19:21:41 +03:00

README.md

Throwing reloaded

This is another fork of throwing mod for minetest by Echoes91, which was further improved by MinetestForFun team.

Requirements

  • Minetest 0.4.16+

Optionally requires:

  • Vines from plantlife pack (rope arrow)
  • Lightning (lightning arrow)
  • Moreores (mithril arrow)

Full list of items

  • Wooden Bow
  • Longbow
  • Composite Bow
  • Compound Bow
  • Crossbow
  • Repeating Crossbow
  • Arbalest
  • Automated Arbalest
  • Stone/Steel/Obsidian/Diamond/Mithril Arrows
  • Dig Arrow
  • TNT Arrow
  • Torch Arrow
  • Rope Arrow
  • Lightning Arrow
  • Teleport Arrow
  • Red/Green/Blue Fireworks

New Stuff

  • Rewrote code related to damage, which causes mobs to respond to your attacks
  • Returned velocity-based damage
  • Increased base velocity of all bows and crossbows
  • Added one new crossbow (repeating crossbow) and replaced royal bow with more realistic equivalent
  • Added more colors to fireworks
  • Added new lightning arrow(activates if you have lightning mod installed), which causes a lightning strike at the point of impact
  • Added new rope arrow, which places a rope block from vines mod upon a hit (activates if you have vine mod from plantlife modpack enabled)
  • Rewrote tnt arrow, that now has cosmetic effect of an explosion and AoE damage, but no actual node destruction
  • Added particle effects and sounds to all arrows, usual arrows produce particles and sound on impact, teleport arrows make particles like teleporters from telemosaic mod, etc
  • New textures for teleport, lightning, fireworks, and mithril arrows
  • Settings moved to minetest.conf, configurable either in minetest advanced options (in mods section) or in minetest.conf
  • Various code optimizations, fixes and improvements

Credits

  • Original copyright and resources belongs to MinetestForFun team, Echoes91, PilzAdam and Jeija.
  • Teleport texture: made by tacomexmex for his fork of telemosaic mod
  • TNT particles and sounds: minetest dev team
  • Compound bow and repeater crossbow, lightning, rope, teleport, mithril and green firework arrow textures are licenced under CC-BY 3.0 (link can be found later in this section)
  • Sourcecode: LGPLv2.1 (see http://www.gnu.org/licenses/lgpl-2.1.html)
  • All graphics & sounds resources from original mod: CC-BY 3.0 (see http://creativecommons.org/licenses/by/3.0/legalcode)