summaryrefslogtreecommitdiffstats
path: root/source/BlockID.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-29 14:47:22 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-08-29 14:47:22 +0200
commit7056992d0d99fde627e00c5d7f524cad0a70073d (patch)
treed999ba9178beb3d029f409291e85fa69e29ccd42 /source/BlockID.h
parentFixed Minecart spawning issues (diff)
downloadcuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.tar
cuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.tar.gz
cuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.tar.bz2
cuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.tar.lz
cuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.tar.xz
cuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.tar.zst
cuberite-7056992d0d99fde627e00c5d7f524cad0a70073d.zip
Diffstat (limited to '')
-rw-r--r--source/BlockID.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/BlockID.h b/source/BlockID.h
index 0eb3df96d..b08795fdd 100644
--- a/source/BlockID.h
+++ b/source/BlockID.h
@@ -558,6 +558,18 @@ enum
E_META_SNOW_LAYER_SEVEN = 6,
E_META_SNOW_LAYER_EIGHT = 7,
+ // E_BLOCK_RAIL metas
+ E_RAIL_ZM_ZP = 0,
+ E_RAIL_XM_XP = 1,
+ E_RAIL_ASCEND_XP = 2,
+ E_RAIL_ASCEND_XM = 3,
+ E_RAIL_ASCEND_ZM = 4,
+ E_RAIL_ASCEND_ZP = 5,
+ E_RAIL_CURVED_ZP_XP = 6,
+ E_RAIL_CURVED_ZP_XM = 7,
+ E_RAIL_CURVED_ZM_XM = 8,
+ E_RAIL_CURVED_ZM_XP = 9,
+
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Item metas: