diff options
author | madmaxoft <github@xoft.cz> | 2013-08-05 16:02:41 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-05 16:02:41 +0200 |
commit | c0066e7260a5145334de3d5724dcc3e65f1d3f71 (patch) | |
tree | 06739e204d802673b5b208cb427ccffb9eede55a /source/BlockID.h | |
parent | LuaState refactoring: initial part. (diff) | |
parent | Exported the cWorld:TryGetHeight() function (diff) | |
download | cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.gz cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.bz2 cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.lz cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.xz cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.zst cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.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 |