diff options
author | mathiascode <mathiascode@users.noreply.github.com> | 2016-12-30 00:02:28 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-12-30 00:02:28 +0100 |
commit | 61760199117d284fed0723d2ae57b4acf59bb52c (patch) | |
tree | 78e94f87f9f8cbc7b0b8d1cb3fc64ef2771c4f33 /Server/items.ini | |
parent | Fixed entity effect ticking (#3497) (diff) | |
download | cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.tar cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.tar.gz cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.tar.bz2 cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.tar.lz cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.tar.xz cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.tar.zst cuberite-61760199117d284fed0723d2ae57b4acf59bb52c.zip |
Diffstat (limited to '')
-rw-r--r-- | Server/items.ini | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Server/items.ini b/Server/items.ini index 6e16edfa5..a871c71e0 100644 --- a/Server/items.ini +++ b/Server/items.ini @@ -788,6 +788,39 @@ boneblock=216 bone_block=216 structurevoid=217 structure_void=217 +observer=218 +whiteshulkerbox=219 +white_shulker_box=219 +orangeshulkerbox=220 +orange_shulker_box=220 +magentashulkerbox=221 +magenta_shulker_box=221 +lightblueshulkerbox=222 +light_blue_shulker_box=222 +yellowshulkerbox=223 +yellow_shulker_box=223 +limeshulkerbox=224 +lime_shulker_box=224 +pinkshulkerbox=225 +pink_shulker_box=225 +grayshulkerbox=226 +gray_shulker_box=226 +lightgrayshulkerbox=227 +light_gray_shulker_box=227 +cyanshulkerbox=228 +cyan_shulker_box=228 +purpleshulkerbox=229 +purple_shulker_box=229 +blueshulkerbox=230 +blue_shulker_box=230 +brownshulkerbox=231 +brown_shulker_box=231 +greenshulkerbox=232 +green_shulker_box=232 +redshulkerbox=233 +red_shulker_box=233 +blackshulkerbox=234 +black_shulker_box=234 structureblock=255 structure_block=255 iron_shovel=256 @@ -1296,6 +1329,12 @@ acaciaboat=447 acacia_boat=447 darkoakboat=448 dark_oak_boat=448 +totemofundying=449 +totem_of_undying=449 +shulkershell=450 +shulker_shell=450 +ironnugget=452 +iron_nugget=452 goldrecord=2256 record_13=2256 record13=2256 |