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