game-antum/mods/equipment/slingshot
Jordan Irwin d262f0cc7f [slingshot] Update to version 0.1:
https://github.com/AntumMT/mod-slingshot/tree/bb77525
2017-08-16 21:11:57 -07:00
..
sounds Add 'slingshot' mod 2017-06-01 01:57:34 -07:00
textures [slingshot] Updat to Git commit 6d82281: 2017-08-16 20:08:39 -07:00
LICENSE-cc0.txt Add 'slingshot' mod 2017-06-01 01:57:34 -07:00
LICENSE.txt Add 'slingshot' mod 2017-06-01 01:57:34 -07:00
README.md [slingshot] Updat to Git commit 6d82281: 2017-08-16 20:08:39 -07:00
api.lua [slingshot] Update to version 0.1: 2017-08-16 21:11:57 -07:00
api.md [slingshot] Updat to Git commit 6d82281: 2017-08-16 20:08:39 -07:00
depends.txt [slingshot] Update to Git commit 1c40c25: 2017-06-01 04:38:05 -07:00
description.txt Add 'slingshot' mod 2017-06-01 01:57:34 -07:00
init.lua [slingshot] Updat to Git commit 6d82281: 2017-08-16 20:08:39 -07:00
mod.conf [slingshot] Update to version 0.1: 2017-08-16 21:11:57 -07:00
screenshot.png Add 'slingshot' mod 2017-06-01 01:57:34 -07:00
settings.lua [slingshot] Updat to Git commit 6d82281: 2017-08-16 20:08:39 -07:00
settingtypes.txt [slingshot] Update to Git commit 1c40c25: 2017-06-01 04:38:05 -07:00
weapons.lua [slingshot] Updat to Git commit 6d82281: 2017-08-16 20:08:39 -07:00

README.md

Slingshot Mod for Minetest

Description:

Adds a slingshot that can throw inventory items as ammunition.

The original code was extracted from hook mod by AiTechEye.

Screenshot

Depends:

  • default

Optional depends (soft):

  • technic

Licensing:

  • Code

    • Original code by AiTechEye: CC0
    • Code by Jordan Irwin (AntumDeluge): MIT
  • Textures:

    • slingshots: CC0
    • rubber band: CC0

Functions:

  • Right-click: Changes ammo slot between left & right of slingshot
  • Left-click: Throws items from selected ammo slot

Crafting:

  • SI = default:steel_ingot
  • ST = default:stick
  • RB = slingshot:rubber_band
  • TR = technic:rubber
  • TL = technic:raw_latex
Craft recipes:

slingshot:

╔════╦════╦════╗
║ SI ║    ║ SI ║
╠════╬════╬════╣
║    ║ SI ║    ║
╠════╬════╬════╣
║    ║ SI ║    ║
╚════╩════╩════╝

slingshot (with technic):

╔════╦════╦════╗
║ SI ║    ║ SI ║
╠════╬════╬════╣
║    ║ SI ║    ║
╠════╬════╬════╣
║    ║ SI ║    ║
╚════╩════╩════╝

wood slingshot:

╔════╦════╦════╗
║ ST ║ RB ║ ST ║
╠════╬════╬════╣
║    ║ ST ║    ║
╠════╬════╬════╣
║    ║ ST ║    ║
╚════╩════╩════╝

wood slingshot (with technic):

╔════╦════╦════╗
║ ST ║ RB ║ ST ║
╠════╬════╬════╣
║    ║ ST ║    ║
╠════╬════╬════╣
║    ║ ST ║    ║
╚════╩════╩════╝

rubber band:

╔════╦════╦════╗
║ TL ║ TL ║    ║
╠════╬════╬════╣
║ TL ║    ║ TL ║
╠════╬════╬════╣
║    ║ TL ║ TL ║
╚════╩════╩════╝

rubber band (shapeless):

╔════╗
║ TR ║
╚════╝