shooter/shooter_hook/README.txt
stujones11 fde2b72a68 Update license and include source headers
Pass a deep copy of gunspec instead of a direct reference

Fix Lua style multi-line comments :/

Fix flaregun dependencies

Add mod.conf and description files plus some readme fixes
2019-03-23 20:55:40 +00:00

33 lines
545 B
Plaintext

Minetest Mod - Grapple Hook [shooter_hook]
==========================================
Depends: shooter, tnt
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 |
+---+---+