fde2b72a68
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
32 lines
545 B
Text
32 lines
545 B
Text
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 |
|
|
+---+---+
|
|
|