Go to file
Noodlemire acec85fd1d Update 1.1.3 2020-08-15 17:51:54 -05:00
models Initial Commit 2020-07-12 17:43:15 -05:00
sounds Update 1.1.3 2020-08-15 17:48:21 -05:00
textures Update 1.1.3 2020-08-15 17:48:21 -05:00
LICENSE.txt Initial Commit 2020-07-12 17:43:15 -05:00
README.md Final touchups 2020-07-12 18:24:26 -05:00
api.lua Update 1.1.3 2020-08-15 17:48:21 -05:00
api.txt Update 1.1.3 2020-08-15 17:48:21 -05:00
changelog.txt Update 1.1.3 2020-08-15 17:51:54 -05:00
crafts.lua Update 1.1.2 2020-08-05 21:20:34 -05:00
init.lua Update 1.1.3 2020-08-15 17:51:54 -05:00
mod.conf Update 1.1.2 2020-08-05 21:20:34 -05:00
screenshot.png Update 1.1.2 2020-08-05 21:20:34 -05:00
settingtypes.txt Update 1.1.3 2020-08-15 17:48:21 -05:00

README.md

Projectiles for Minetest 5.3.0 [projectile]
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.
  • farming provides string for basic bows and slingshots.
  • fire enables fire arrows, and TNT enables bomb arrows.
  • basic_materials provides craftability for steel bows and slingshots.
  • animalmaterials (mobf), creatures (mob engine), or mobs (mobs_redo) provide feathers usable in crafting arrows. Any one mod will do.

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.