diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-06 23:21:57 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-04-06 23:21:57 +0200 |
commit | 502935c061ea913180f0a77a7406f5292e697c79 (patch) | |
tree | a74e562a772b89db12985d6f1744ae91ff4890d6 /source/BlockID.h | |
parent | Added a tab in the serversettings where you can edit the world.ini of all your worlds. (diff) | |
download | cuberite-502935c061ea913180f0a77a7406f5292e697c79.tar cuberite-502935c061ea913180f0a77a7406f5292e697c79.tar.gz cuberite-502935c061ea913180f0a77a7406f5292e697c79.tar.bz2 cuberite-502935c061ea913180f0a77a7406f5292e697c79.tar.lz cuberite-502935c061ea913180f0a77a7406f5292e697c79.tar.xz cuberite-502935c061ea913180f0a77a7406f5292e697c79.tar.zst cuberite-502935c061ea913180f0a77a7406f5292e697c79.zip |
Diffstat (limited to 'source/BlockID.h')
-rw-r--r-- | source/BlockID.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/BlockID.h b/source/BlockID.h index 2a912cff2..c567644c9 100644 --- a/source/BlockID.h +++ b/source/BlockID.h @@ -428,6 +428,12 @@ enum 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_CHEST metas: + E_META_CHEST_FACING_ZM = 2, + E_META_CHEST_FACING_ZP = 3, + E_META_CHEST_FACING_XM = 4, + E_META_CHEST_FACING_XP = 5, // E_BLOCK_DOUBLE_STEP metas: E_META_DOUBLE_STEP_STONE = 0, |