summaryrefslogtreecommitdiffstats
path: root/source/BlockID.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-10 22:42:59 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-10 22:42:59 +0200
commit897733a58e595ec94d93c81e0f7f07e577d89a04 (patch)
tree3b0d71138a3753ff9ed8fe768292f39a5479eb44 /source/BlockID.h
parentFixed cacti and sugarcane not being placeable on themselves (FS #234, patch submitted by STR_Warrior) (diff)
downloadcuberite-897733a58e595ec94d93c81e0f7f07e577d89a04.tar
cuberite-897733a58e595ec94d93c81e0f7f07e577d89a04.tar.gz
cuberite-897733a58e595ec94d93c81e0f7f07e577d89a04.tar.bz2
cuberite-897733a58e595ec94d93c81e0f7f07e577d89a04.tar.lz
cuberite-897733a58e595ec94d93c81e0f7f07e577d89a04.tar.xz
cuberite-897733a58e595ec94d93c81e0f7f07e577d89a04.tar.zst
cuberite-897733a58e595ec94d93c81e0f7f07e577d89a04.zip
Diffstat (limited to 'source/BlockID.h')
-rw-r--r--source/BlockID.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/BlockID.h b/source/BlockID.h
index e085e2624..139e08eb7 100644
--- a/source/BlockID.h
+++ b/source/BlockID.h
@@ -500,6 +500,13 @@ enum
E_META_WOOL_RED = 14,
E_META_WOOL_BLACK = 15,
+ // E_BLOCK_TORCH, E_BLOCK_REDSTONE_TORCH_OFF, E_BLOCK_REDSTONE_TORCH_ON metas:
+ E_META_TORCH_EAST = 1, // east face of the block, pointing east
+ E_META_TORCH_WEST = 2,
+ E_META_TORCH_SOUTH = 3,
+ E_META_TORCH_NORTH = 4,
+ E_META_TORCH_FLOOR = 5,
+
// E_BLOCK_DOUBLE_STEP metas:
E_META_DOUBLE_STEP_STONE = 0,
E_META_DOUBLE_STEP_SANDSTONE = 1,