1
0

Fixed axe crafting (cannot use asterisk)

git-svn-id: http://mc-server.googlecode.com/svn/trunk@907 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-09-29 15:06:16 +00:00
parent 2e0329e618
commit 0c70ac983d

View File

@ -106,11 +106,16 @@ JackOLantern = Pumpkin, 1:1 | Torch, 1:2
#
# Axes:
WoodenAxe = Stick, 2:2, 2:3 | Planks, 2:1, *:1, *:2
StoneAxe = Stick, 2:2, 2:3 | Cobblestone, 2:1, *:1, *:2
GoldenAxe = Stick, 2:2, 2:3 | GoldIngot, 2:1, *:1, *:2
IronAxe = Stick, 2:2, 2:3 | IronIngot, 2:1, *:1, *:2
DiamondAxe = Stick, 2:2, 2:3 | Diamond, 2:1, *:1, *:2
WoodenAxe = Stick, 2:2, 2:3 | Planks, 2:1, 1:1, 1:2
WoodenAxe = Stick, 2:2, 2:3 | Planks, 2:1, 3:1, 3:2
StoneAxe = Stick, 2:2, 2:3 | Cobblestone, 2:1, 1:1, 1:2
StoneAxe = Stick, 2:2, 2:3 | Cobblestone, 2:1, 3:1, 3:2
GoldenAxe = Stick, 2:2, 2:3 | GoldIngot, 2:1, 1:1, 1:2
GoldenAxe = Stick, 2:2, 2:3 | GoldIngot, 2:1, 3:1, 3:2
IronAxe = Stick, 2:2, 2:3 | IronIngot, 2:1, 1:1, 1:2
IronAxe = Stick, 2:2, 2:3 | IronIngot, 2:1, 3:1, 3:2
DiamondAxe = Stick, 2:2, 2:3 | Diamond, 2:1, 1:1, 1:2
DiamondAxe = Stick, 2:2, 2:3 | Diamond, 2:1, 3:1, 3:2
# Pickaxes:
WoodenPickaxe = Stick, 2:2, 2:3 | Planks, 1:1, 2:1, 3:1