Minetest mod that adds spears in the game, improving the ones introduced within throwing enhanced
Go to file
echoes91 07a5f951c0 Refinements and new textures 2020-04-19 22:06:25 +02:00
sounds Moving towards 2.0 2020-04-19 11:55:40 +02:00
textures Refinements and new textures 2020-04-19 21:53:10 +02:00
README.txt Refinements and new textures 2020-04-19 21:53:10 +02:00
defaults.lua beta1 2016-01-06 22:05:49 +01:00
depends.txt Alpha1 2015-10-03 20:45:32 +02:00
functions.lua Refinements and new textures 2020-04-19 22:06:25 +02:00
init.lua Alpha1 2015-10-03 20:45:32 +02:00
screenshot.png alpha2 2015-10-13 21:44:45 +02:00
spears.conf.example spears.conf example 2016-01-06 22:40:30 +01:00
tools.lua Refinements and new textures 2020-04-19 22:06:25 +02:00

README.txt

=== SPEARS for MINETEST by Echoes91 ===

This mod adds spears to Minetest.

How to install:
http://wiki.minetest.com/wiki/Installing_Mods

How to use the mod:
Craft a spear with | stick | stick | (material) |, also mirrored.
Spears can be thrown using right mouse button, they either hurt someone or stick where they land on; damage depends on speed and material, flight trajectory is ballistic with drag.
Spears can be used to fight, but are slower and weaker than swords.
Spears can be used to dig, but are slower and weaker and pickaxes.
You can grab a spear on the fly (or maybe wait until it falls).
If you feel even clever, throw a spear right above you and look at it to see what happens.
Someone once reported to have hit its own foot but it takes practice.


CHANGELOG

2.0:
- Cleaned, streamlined code without deprecated functions
- Spears hurt players
- Spears animated in flight
- Spears stick into nodes
- New sound when hitting flesh
- Changed receipt to fit with default tools
- New textures
- Drag depends on fluid
- New gold-plated spear to celebrate

1.1:
- Make use of new on_secondary_use API, requires Minetest 5.2.0


License:
Sourcecode: LGPLv2.1 (see http://www.gnu.org/licenses/lgpl-2.1.html)
Grahpics & sounds: CC-BY 3.0 (see http://creativecommons.org/licenses/by/3.0/legalcode)