shooter/shooter_crossbow
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
..
models Crossbow improvements 2019-03-23 20:55:35 +00:00
textures Separate weapons and API 2019-03-23 20:55:27 +00:00
depends.txt Update license and include source headers 2019-03-23 20:55:40 +00:00
description.txt Update license and include source headers 2019-03-23 20:55:40 +00:00
init.lua Update license and include source headers 2019-03-23 20:55:40 +00:00
mod.conf Update license and include source headers 2019-03-23 20:55:40 +00:00
README.txt Update license and include source headers 2019-03-23 20:55:40 +00:00

Minetest Mod - Crossbow [shooter_crossbow]
==========================================

Depends: shooter, wool, dye

Adds a crossbow with colored arrows.

Crafting
========

<color> = grey, black, red, yellow, green, cyan, blue, magenta

A = Arrow        [shooter:arrow_white]
C = Color Dye    [dye:<color>]
W = Wooden Stick [default:stick]
P = Paper        [default:paper]
S = Steel Ingot  [default:steel_ingot]
B = Bronze Ingot [default:bronze_ingot]

Crossbow: [shooter_crossbow:crossbow]

+---+---+---+
| W | W | W |
+---+---+---+
| W | W |   |
+---+---+---+
| W |   | B |
+---+---+---+

White Arrow: [shooter_crossbow:arrow_white]

+---+---+---+
| S |   |   |
+---+---+---+
|   | W | P |
+---+---+---+
|   | P | W |
+---+---+---+

Coloured Arrow: [shooter_crossbow:arrow_<color>]

+---+---+
| C | A |
+---+---+