diff options
author | archshift <admin@archshift.com> | 2014-09-03 08:21:08 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-09-03 08:21:08 +0200 |
commit | 34d6f0713e94b5cb3424be6ed3374afaeca5526b (patch) | |
tree | 202e99e8d7e0f222d62e6fc7c6403b2853d12805 /src/BlockID.h | |
parent | EntityEffect.cpp: Enable 1.8's leaping potion (diff) | |
download | cuberite-34d6f0713e94b5cb3424be6ed3374afaeca5526b.tar cuberite-34d6f0713e94b5cb3424be6ed3374afaeca5526b.tar.gz cuberite-34d6f0713e94b5cb3424be6ed3374afaeca5526b.tar.bz2 cuberite-34d6f0713e94b5cb3424be6ed3374afaeca5526b.tar.lz cuberite-34d6f0713e94b5cb3424be6ed3374afaeca5526b.tar.xz cuberite-34d6f0713e94b5cb3424be6ed3374afaeca5526b.tar.zst cuberite-34d6f0713e94b5cb3424be6ed3374afaeca5526b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockID.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BlockID.h b/src/BlockID.h index 08c576886..1565fee49 100644 --- a/src/BlockID.h +++ b/src/BlockID.h @@ -362,6 +362,8 @@ enum ENUM_ITEM_ID E_ITEM_LEAD = 420, E_ITEM_NAME_TAG = 421, E_ITEM_MINECART_WITH_COMMAND_BLOCK = 422, + E_ITEM_RAW_MUTTON = 423, + E_ITEM_MUTTON = 424, // Keep these two as the last values of the consecutive list, without a number - they will get their correct number assigned automagically by C++ // IsValidItem() depends on this! |