diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2013-08-12 11:31:02 +0200 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2013-08-12 11:31:02 +0200 |
commit | 83d3635e0bd4784ec0eab34d7aa3eca048d8dfe4 (patch) | |
tree | 6a4ed88f936aa6d704c86b0c6bb36933d246a21c /source/BlockID.h | |
parent | Fixed logging into debug console. (diff) | |
download | cuberite-83d3635e0bd4784ec0eab34d7aa3eca048d8dfe4.tar cuberite-83d3635e0bd4784ec0eab34d7aa3eca048d8dfe4.tar.gz cuberite-83d3635e0bd4784ec0eab34d7aa3eca048d8dfe4.tar.bz2 cuberite-83d3635e0bd4784ec0eab34d7aa3eca048d8dfe4.tar.lz cuberite-83d3635e0bd4784ec0eab34d7aa3eca048d8dfe4.tar.xz cuberite-83d3635e0bd4784ec0eab34d7aa3eca048d8dfe4.tar.zst cuberite-83d3635e0bd4784ec0eab34d7aa3eca048d8dfe4.zip |
Diffstat (limited to 'source/BlockID.h')
-rw-r--r-- | source/BlockID.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/BlockID.h b/source/BlockID.h index 6f75e4859..571087ab7 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -165,6 +165,7 @@ enum ENUM_BLOCK_ID E_BLOCK_NETHER_QUARTZ_ORE = 153, E_BLOCK_HOPPER = 154, E_BLOCK_QUARTZ_BLOCK = 155, + E_BLOCK_QUARTZ_STAIR = 156, E_BLOCK_ACTIVATOR_RAIL = 157, E_BLOCK_DROPPER = 158, |