Bump version to 0.5.2
This commit is contained in:
parent
da827ac9eb
commit
a235b7e818
1 changed files with 23 additions and 1 deletions
24
README.txt
24
README.txt
|
@ -1,7 +1,7 @@
|
|||
Minetest Mod - Simple Shooter [shooter]
|
||||
=======================================
|
||||
|
||||
Mod Version: 0.5.1
|
||||
Mod Version: 0.5.2
|
||||
|
||||
Minetest Version: 0.4.9, 0.4.10
|
||||
|
||||
|
@ -22,6 +22,8 @@ as the base for a 'Spades' style FPS game using the minetest engine.
|
|||
Crafting
|
||||
========
|
||||
|
||||
W = Wooden Stick [default:stick]
|
||||
P = Paper [default:paper]
|
||||
S = Steel Ingot [default:steel_ingot]
|
||||
B = Bronze Ingot [default:bronze_ingot]
|
||||
M = Mese Crystal [default:mese_crysytal]
|
||||
|
@ -29,6 +31,26 @@ D = Diamond [default:diamond]
|
|||
R = Red Wool [wool:red]
|
||||
G = Gun Powder [tnt:gunpowder]
|
||||
|
||||
Crossbow: [shooter:crossbow]
|
||||
|
||||
+---+---+---+
|
||||
| W | W | W |
|
||||
+---+---+---+
|
||||
| W | W | |
|
||||
+---+---+---+
|
||||
| W | | B |
|
||||
+---+---+---+
|
||||
|
||||
Arrow: [shooter:arrow]
|
||||
|
||||
+---+---+---+
|
||||
| S | | |
|
||||
+---+---+---+
|
||||
| | W | P |
|
||||
+---+---+---+
|
||||
| | P | B |
|
||||
+---+---+---+
|
||||
|
||||
Pistol: [shooter:pistol]
|
||||
|
||||
+---+---+
|
||||
|
|
Loading…
Reference in a new issue