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:
parent
2e0329e618
commit
0c70ac983d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user