From 4a2730fe046170c4aca66c6f7827d8d1144cea90 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 4 Jun 2012 17:39:07 +0000 Subject: Added specific wood types, modified recipes accordingly git-svn-id: http://mc-server.googlecode.com/svn/trunk@555 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- crafting.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'crafting.txt') diff --git a/crafting.txt b/crafting.txt index dd94556f9..f8e6d4e61 100644 --- a/crafting.txt +++ b/crafting.txt @@ -40,15 +40,15 @@ # # Need to list each of the four log types, otherwise all logs would get converted into apple planks (^0) -Planks ^0, 4 = Log ^0, * -Planks ^1, 4 = Log ^1, * -Planks ^2, 4 = Log ^2, * -Planks ^3, 4 = Log ^3, * -Stick, 4 = Planks, 2:2, 2:3 -Workbench = Planks, 1:1, 1:2, 2:1, 2:2 -Chest = Planks, 1:1, 1:2, 1:3, 2:1, 2:3, 3:1, 3:2, 3:3 -Furnace = Cobblestone, 1:1, 1:2, 1:3, 2:1, 2:3, 3:1, 3:2, 3:3 -Torch, 4 = Stick, 1:2 | Coal, 1:1 +ApplePlanks, 4 = AppleLog, * +ConiferPlanks, 4 = ConiferLog, * +BirchPlanks, 4 = BirchLog, * +JunglePlanks, 4 = JungleLog, * +Stick, 4 = Planks, 2:2, 2:3 +Workbench = Planks, 1:1, 1:2, 2:1, 2:2 +Chest = Planks, 1:1, 1:2, 1:3, 2:1, 2:3, 3:1, 3:2, 3:3 +Furnace = Cobblestone, 1:1, 1:2, 1:3, 2:1, 2:3, 3:1, 3:2, 3:3 +Torch, 4 = Stick, 1:2 | Coal, 1:1 -- cgit v1.2.3