diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-04 19:39:07 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-06-04 19:39:07 +0200 |
commit | 4a2730fe046170c4aca66c6f7827d8d1144cea90 (patch) | |
tree | 978728ade30381945af08807747bb6270466b802 /items.ini | |
parent | strstream is deprecated, using sstream instead (diff) | |
download | cuberite-4a2730fe046170c4aca66c6f7827d8d1144cea90.tar cuberite-4a2730fe046170c4aca66c6f7827d8d1144cea90.tar.gz cuberite-4a2730fe046170c4aca66c6f7827d8d1144cea90.tar.bz2 cuberite-4a2730fe046170c4aca66c6f7827d8d1144cea90.tar.lz cuberite-4a2730fe046170c4aca66c6f7827d8d1144cea90.tar.xz cuberite-4a2730fe046170c4aca66c6f7827d8d1144cea90.tar.zst cuberite-4a2730fe046170c4aca66c6f7827d8d1144cea90.zip |
Diffstat (limited to 'items.ini')
-rw-r--r-- | items.ini | 37 |
1 files changed, 37 insertions, 0 deletions
@@ -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
|