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 --- items.ini | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'items.ini') diff --git a/items.ini b/items.ini index 9135a5573..852254214 100644 --- a/items.ini +++ b/items.ini @@ -6,8 +6,28 @@ dirt=3 cobblestone=4 cobble=4 planks=5 +appleplanks=5:0 +oakplanks=5:0 +coniferplanks=5:1 +pineplanks=5:1 +spruceplanks=5:1 +darkplanks=5:1 +birchplanks=5:2 +lightplanks=5:2 +jungleplanks=5:3 +redplanks=5:3 + +; Obsolete: do not use "wood", as it's meaning is not clear - wiki uses log as wood, we use planks as wood. wood=5 + sapling=6 +applesapling=6:0 +oaksapling=6:0 +conifersapling=6:1 +pinesapling=6:1 +sprucesapling=6:1 +birchsapling=6:2 +junglesapling=6:3 adminium=7 bedrock=7 water=8 @@ -23,7 +43,23 @@ ironore=15 coalore=16 tree=17 log=17 +applelog=17:0 +oaklog=17:0 +coniferlog=17:1 +pinelog=17:1 +sprucelog=17:1 +darklog=17:1 +birchlog=17:2 +whitelog=17:2 +junglelog=17:3 leaves=18 +appleleaves=18:0 +oakleaves=18:0 +coniferleaves=18:1 +pineleaves=18:1 +spruceleaves=18:1 +birchleaves=18:2 +jungleleaves=18:3 sponge=19 glass=20 lapisore=21 @@ -190,6 +226,7 @@ redapple=260 bow=261 arrow=262 coal=263 +charcoal=263:1 diamond=264 ironingot=265 ironbar=265 -- cgit v1.2.3