shooter/shooter_guns
philipmi 5b11d11ca7 Nerf guns 2021-06-23 16:13:50 +02:00
..
textures Separate weapons and API 2019-03-23 20:55:27 +00:00
README.txt Remove hard mod dependencies other than default 2019-03-23 20:55:44 +00:00
init.lua Nerf guns 2021-06-23 16:13:50 +02:00
mod.conf Add modpack.conf and remove deprecated files 2019-03-23 20:55:44 +00:00
screenshot.png Improve screenshot, correct aspect ratio 2019-03-23 20:55:44 +00:00

README.txt

Minetest Mod - Shooter Guns [shooter_guns]
==========================================

Depends: shooter

Adds basic guns using the shooter API.

Crafting
========

S = Steel Ingot  [default:steel_ingot]
B = Bronze Ingot [default:bronze_ingot]
M = Mese Crystal [default:mese_crysytal]
G = Gunpowder    [shooter:gunpowder]

Pistol: [shooter_guns:pistol]

+---+---+
| S | S |
+---+---+
|   | M |
+---+---+

Rifle: [shooter_guns:rifle]

+---+---+---+
| S |   |   |
+---+---+---+
|   | B |   |
+---+---+---+
|   | M | B |
+---+---+---+

Shotgun: [shooter_guns:shotgun]

+---+---+---+
| S |   |   |
+---+---+---+
|   | S |   |
+---+---+---+
|   | M | B |
+---+---+---+

Sub Machine Gun: [shooter_guns:machine_gun]

+---+---+---+
| S | S | S |
+---+---+---+
|   | B | M |
+---+---+---+
|   | B |   |
+---+---+---+

Ammo Pack: [shooter_guns:ammo]

+---+---+
| G | B |
+---+---+