diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-01 13:32:22 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-01 13:32:22 +0200 |
commit | c1177929dfc631a1e9ee6b16e4da2c55b0325f92 (patch) | |
tree | 0e1f648503a8e0de855c0faa75d6af5bcf48a066 /source/BlockID.h | |
parent | Added missing crafting recipes. (diff) | |
download | cuberite-c1177929dfc631a1e9ee6b16e4da2c55b0325f92.tar cuberite-c1177929dfc631a1e9ee6b16e4da2c55b0325f92.tar.gz cuberite-c1177929dfc631a1e9ee6b16e4da2c55b0325f92.tar.bz2 cuberite-c1177929dfc631a1e9ee6b16e4da2c55b0325f92.tar.lz cuberite-c1177929dfc631a1e9ee6b16e4da2c55b0325f92.tar.xz cuberite-c1177929dfc631a1e9ee6b16e4da2c55b0325f92.tar.zst cuberite-c1177929dfc631a1e9ee6b16e4da2c55b0325f92.zip |
Diffstat (limited to 'source/BlockID.h')
-rw-r--r-- | source/BlockID.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/BlockID.h b/source/BlockID.h index 927b75865..2a912cff2 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -424,6 +424,10 @@ enum E_META_TORCH_SOUTH = 3, E_META_TORCH_NORTH = 4, E_META_TORCH_FLOOR = 5, + E_META_TORCH_XM = 1, // Torch attached to the XM side of its block + E_META_TORCH_XP = 2, // Torch attached to the XP side of its block + E_META_TORCH_ZM = 3, // Torch attached to the ZM side of its block + E_META_TORCH_ZP = 4, // Torch attached to the ZP side of its block // E_BLOCK_DOUBLE_STEP metas: E_META_DOUBLE_STEP_STONE = 0, |