game-antum/mods/equipment/slingshot
Jordan Irwin a9f60e93d0 Update slingshot mod to v0.3...
Release: https://github.com/AntumMT/mod-slingshot/releases/tag/v0.3
2021-06-10 13:10:58 -07:00
..
locale Update slingshot mod to v0.3... 2021-06-10 13:10:58 -07:00
sounds Add 'slingshot' mod 2017-06-01 01:57:34 -07:00
textures Update slingshot mod to v0.3... 2021-06-10 13:10:58 -07:00
LICENSE-cc0.txt Add 'slingshot' mod 2017-06-01 01:57:34 -07:00
LICENSE.txt Update slingshot mod to v0.3... 2021-06-10 13:10:58 -07:00
README.md Update slingshot mod to v0.3... 2021-06-10 13:10:58 -07:00
TODO.txt Update slingshot mod to v0.3... 2021-06-10 13:10:58 -07:00
api.lua Update slingshot mod to v0.3... 2021-06-10 13:10:58 -07:00
changelog.txt Update slingshot mod to v0.3... 2021-06-10 13:10:58 -07:00
init.lua Update slingshot mod to v0.3... 2021-06-10 13:10:58 -07:00
mod.conf Update slingshot mod to v0.3... 2021-06-10 13:10:58 -07:00
screenshot.png Update slingshot mod to v0.3... 2021-06-10 13:10:58 -07:00
settings.lua Update slingshot mod to v0.3... 2021-06-10 13:10:58 -07:00
settingtypes.txt Update slingshot mod to v0.3... 2021-06-10 13:10:58 -07:00
weapons.lua Update slingshot mod to v0.3... 2021-06-10 13:10:58 -07:00

README.md

Slingshot for Minetest

Description:

Adds a slingshot that can throw inventory items as ammunition.

The original code was extracted from hook mod by AiTechEye.

Screenshot

Licensing:

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

Requirements:

  • Minimum Minetest version: 5.0.0
  • Depends: none
  • Optional depends:
    • default (required for craft recipe)
    • technic (changes craft recipes to use rubber band)
    • xdecor (workbench can be used to repair slingshots)
    • workbench (can be used to repair slingshots)

Usage:

  • Left-click: Throws items from slot right of slingshot.

Crafting:

Spoiler

Legend:

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

Recipes:

wooden slingshot:

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

wooden slingshot (rubber band required with technic):

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

iron slingshot:

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

iron slingshot (rubber band required with technic):

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

rubber band:

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

rubber band (shapeless):

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

Settings:

slingshot.old_textures
	- Use old 16x16 textures.
	- type:    bool
	- default: false

slingshot.ammos
	- Value of these items will be added to slingshot attack when thrown.
	- type:    string (comma-separated key=value list)
	- default: default:mese_crystal=5