summaryrefslogtreecommitdiffstats
path: root/src/BlockID.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-11-28 21:51:18 +0100
committermadmaxoft <github@xoft.cz>2013-11-28 21:51:18 +0100
commit057821d9b7f1a563e0ee3cf1a3d462a28c8e0d58 (patch)
tree4078512b062b4f78dffa5ce8f6130faa089e2f74 /src/BlockID.h
parentAdded new biomes to old height generators. (diff)
downloadcuberite-057821d9b7f1a563e0ee3cf1a3d462a28c8e0d58.tar
cuberite-057821d9b7f1a563e0ee3cf1a3d462a28c8e0d58.tar.gz
cuberite-057821d9b7f1a563e0ee3cf1a3d462a28c8e0d58.tar.bz2
cuberite-057821d9b7f1a563e0ee3cf1a3d462a28c8e0d58.tar.lz
cuberite-057821d9b7f1a563e0ee3cf1a3d462a28c8e0d58.tar.xz
cuberite-057821d9b7f1a563e0ee3cf1a3d462a28c8e0d58.tar.zst
cuberite-057821d9b7f1a563e0ee3cf1a3d462a28c8e0d58.zip
Diffstat (limited to 'src/BlockID.h')
-rw-r--r--src/BlockID.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/BlockID.h b/src/BlockID.h
index f3cbc46d6..667ce4765 100644
--- a/src/BlockID.h
+++ b/src/BlockID.h
@@ -402,6 +402,10 @@ enum
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Block metas:
+ E_META_DIRT_NORMAL = 0,
+ E_META_DIRT_GRASSLESS = 1,
+ E_META_DIRT_PODZOL = 2,
+
// E_BLOCK_CHEST metas:
E_META_CHEST_FACING_ZM = 2,
E_META_CHEST_FACING_ZP = 3,