From c1177929dfc631a1e9ee6b16e4da2c55b0325f92 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 1 Apr 2013 11:32:22 +0000 Subject: MineShafts: added random torches, fixed beams on chunk boundaries git-svn-id: http://mc-server.googlecode.com/svn/trunk@1344 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/BlockID.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/BlockID.h') 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, -- cgit v1.2.3