diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-11-17 10:27:27 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-11-17 10:27:27 +0100 |
commit | 18b73e471fdf2ffab1198a46986f6c118af65a32 (patch) | |
tree | 7aba5ecf67cd08b3febad37421874027d72bf233 /MCServer/items.ini | |
parent | Android: Added an installer class that lets the user select default plugins to install and it will install the example.ini files. (diff) | |
download | cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.tar cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.tar.gz cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.tar.bz2 cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.tar.lz cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.tar.xz cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.tar.zst cuberite-18b73e471fdf2ffab1198a46986f6c118af65a32.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/items.ini | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/MCServer/items.ini b/MCServer/items.ini index 3d51ae602..5ad5ab3a6 100644 --- a/MCServer/items.ini +++ b/MCServer/items.ini @@ -183,7 +183,7 @@ redstoneore=73 redstoneorealt=74
redstonetorchoff=75
redstonetorchon=76
-button=77
+stonebutton=77
snow=78
ice=79
snowblock=80
@@ -247,6 +247,21 @@ enderchest=130 tripwirehook=131
tripwire=132
emeraldblock=133
+commandblock=137
+beacon=138
+cobblestonewall=139
+mossycobblestonewall=139:1
+flowerpotblock=140
+carrotcrop=141
+potatocrop=142
+woodenbutton=143
+skeletonhead=144
+witherhead=144:1
+zombiehead=144:2
+humanhead=144:3
+stevehead=144:3
+creeperhead=144:4
+anvil=145
ironshovel=256
ironspade=256
ironpickaxe=257
@@ -469,6 +484,24 @@ firecharge=385 bookandquill=386
writtenbook=387
emerald=388
+
+itemframe=389
+flowerpot=390
+carrot=391
+potato=392
+bakedpotato=393
+poisonouspotato=394
+emptymap=395
+goldencarrot=396
+skeletonhead=397
+witherhead=397:1
+zombiehead=397:2
+stevehead=397:3
+creeperhead=397:4
+carrotonastick=398
+netherstar=399
+pumpkinpie=400
+
goldrecord=2256
greenrecord=2257
blocksrecord=2258
|