diff options
author | madmaxoft <github@xoft.cz> | 2013-08-05 10:43:43 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-05 10:43:43 +0200 |
commit | 073bcd0361ff1634bcb3c7c8f075592500997b55 (patch) | |
tree | 86cd87f1973248a8b20fee9d5bb13238848fe4aa /source/BlockID.h | |
parent | Added a global .user file to initialize debugging options. (diff) | |
download | cuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.tar cuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.tar.gz cuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.tar.bz2 cuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.tar.lz cuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.tar.xz cuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.tar.zst cuberite-073bcd0361ff1634bcb3c7c8f075592500997b55.zip |
Diffstat (limited to 'source/BlockID.h')
-rw-r--r-- | source/BlockID.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/BlockID.h b/source/BlockID.h index bd2580ca9..ad8dab8bd 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -169,6 +169,8 @@ enum ENUM_BLOCK_ID E_BLOCK_DROPPER = 158, + E_BLOCK_CARPET = 171, + // Keep these two as the last values, without a number - they will get their correct number assigned automagically by C++ // IsValidBlock() depends on this E_BLOCK_NUMBER_OF_TYPES, ///< Number of individual (different) blocktypes |