From 0c70ac983d958651944cbf8ab0fa15fba9985bdb Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 29 Sep 2012 15:06:16 +0000 Subject: [PATCH] Fixed axe crafting (cannot use asterisk) git-svn-id: http://mc-server.googlecode.com/svn/trunk@907 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- MCServer/crafting.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/MCServer/crafting.txt b/MCServer/crafting.txt index 97b66113b..55bd19156 100644 --- a/MCServer/crafting.txt +++ b/MCServer/crafting.txt @@ -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