shooter/shooter_hook
2021-07-12 07:24:30 -07:00
..
textures Separate weapons and API 2019-03-23 20:55:27 +00:00
init.lua Update minetest.setting_getbool to minetest.settings:get_bool (#6) 2021-07-12 07:24:30 -07:00
mod.conf Add modpack.conf and remove deprecated files 2019-03-23 20:55:44 +00:00
README.txt Remove hard mod dependencies other than default 2019-03-23 20:55:44 +00:00
screenshot.png Improve screenshot, correct aspect ratio 2019-03-23 20:55:44 +00:00

Minetest Mod - Grapple Hook [shooter_hook]
==========================================

Depends: shooter

Adds a teleporting grapple hook which can be thrown or launched
further from a grapple hook gun.

Crafting
========

S = Steel Ingot  [default:steel_ingot]
D = Diamond      [default:diamond]

Grappling Hook: [shooter_hook:grapple_hook]

+---+---+---+
| S | S | D |
+---+---+---+
| S | S |   |
+---+---+---+
| D |   | S |
+---+---+---+

Grappling Hook Gun: [shooter_hook:grapple_gun]

+---+---+
| S | S |
+---+---+
|   | D |
+---+---+