diff options
author | madmaxoft <madmaxoft@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-02-15 16:26:33 +0100 |
---|---|---|
committer | madmaxoft <madmaxoft@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-02-15 16:26:33 +0100 |
commit | 666a718db1728dcb1a0371f6c3a4cba63e892bf0 (patch) | |
tree | 3321d89df20f172805c3960be781c82dbaf76052 /MCServer/items.ini | |
parent | Plugins can now bind console commands (diff) | |
download | cuberite-666a718db1728dcb1a0371f6c3a4cba63e892bf0.tar cuberite-666a718db1728dcb1a0371f6c3a4cba63e892bf0.tar.gz cuberite-666a718db1728dcb1a0371f6c3a4cba63e892bf0.tar.bz2 cuberite-666a718db1728dcb1a0371f6c3a4cba63e892bf0.tar.lz cuberite-666a718db1728dcb1a0371f6c3a4cba63e892bf0.tar.xz cuberite-666a718db1728dcb1a0371f6c3a4cba63e892bf0.tar.zst cuberite-666a718db1728dcb1a0371f6c3a4cba63e892bf0.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/items.ini | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/MCServer/items.ini b/MCServer/items.ini index b5ddb8ffd..6919aca99 100644 --- a/MCServer/items.ini +++ b/MCServer/items.ini @@ -263,6 +263,20 @@ humanhead=144:3 stevehead=144:3
creeperhead=144:4
anvil=145
+trappedchest=146
+lightweightedpressureplate=147
+heavyweightedpressureplate=148
+inactivecomparator=149
+activecomparator=150
+daylightsensor=151
+redstoneblock=152
+netherquartzore=153
+hopper=154
+quartzblock=155
+quartzstairs=156
+activatorrail=157
+dropper=158
+
ironshovel=256
ironspade=256
ironpickaxe=257
@@ -485,7 +499,6 @@ firecharge=385 bookandquill=386
writtenbook=387
emerald=388
-
itemframe=389
flowerpot=390
carrot=391
@@ -505,6 +518,11 @@ pumpkinpie=400 fireworkrocket=401
fireworkstar=402
enchantedbook=403
+comparator=404
+netherbrickitem=405
+netherquartz=406
+tntminecart=407
+hopperminecart=408
goldrecord=2256
greenrecord=2257
|