projectile/README.md

30 lines
2.1 KiB
Markdown
Raw Normal View History

2020-07-13 00:43:15 +02:00
-------------------------------------------------------------------------------------------------------------
Projectiles for Minetest 5.3.0
[projectile]
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
About
-------------------------------------------------------------------------------------------------------------
This mod adds a couple slingshots and bows, which fire projectiles that use the newly exposed collision information that was added in Minetest 5.3.0.
-------------------------------------------------------------------------------------------------------------
Dependencies and Support
-------------------------------------------------------------------------------------------------------------
Although there are no hard dependencies, there is a long list of optional dependencies, which enable various features:
*Default is necessary to craft most ammo types, and provides obsidian shards and mese crystal fragments as slingshot ammo.
*Hardtrees enables rocks for slingshots.
*Mesecons enable slingshotted mese crystal fragments to power mesecon effectors.
*Fire enables fire arrows, and TNT enables bomb arrows.
*Basic_materials provides craftability for steel bows and slingshots.
-------------------------------------------------------------------------------------------------------------
License
-------------------------------------------------------------------------------------------------------------
The LGPL v2.1 License is used with this mod. See https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html or LICENSE.txt for more details.
-------------------------------------------------------------------------------------------------------------
Installation
-------------------------------------------------------------------------------------------------------------
Download, unzip, and place within the usual minetest/current/mods folder, and it will behave in relation to the Minetest engine like any other mod.